Searched refs:rxrpc_end_tx_phase (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | input.c | 257 static bool rxrpc_end_tx_phase(struct rxrpc_call *call, bool reply_begun, in rxrpc_end_tx_phase() function 326 if (!rxrpc_end_tx_phase(call, true, "ETD")) in rxrpc_receiving_reply() 975 rxrpc_end_tx_phase(call, false, "ETA"); in rxrpc_input_ack() 1015 rxrpc_end_tx_phase(call, false, "ETL"); in rxrpc_input_ackall()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | input.c | 250 static void rxrpc_end_tx_phase(struct rxrpc_call *call, bool reply_begun, in rxrpc_end_tx_phase() function 309 rxrpc_end_tx_phase(call, true, rxrpc_eproto_unexpected_reply); in rxrpc_receiving_reply() 978 rxrpc_end_tx_phase(call, false, rxrpc_eproto_unexpected_ack); in rxrpc_input_ack() 1016 rxrpc_end_tx_phase(call, false, rxrpc_eproto_unexpected_ackall); in rxrpc_input_ackall()
|
Completed in 6 milliseconds