Home
last modified time | relevance | path

Searched refs:RXRPC_CALL_CLIENT_RECV_REPLY (Results 1 – 5 of 5) sorted by relevance

/net/rxrpc/
Drecvmsg.c191 if (call->state == RXRPC_CALL_CLIENT_RECV_REPLY) { in rxrpc_end_rx_phase()
200 case RXRPC_CALL_CLIENT_RECV_REPLY: in rxrpc_end_rx_phase()
600 case RXRPC_CALL_CLIENT_RECV_REPLY: in rxrpc_recvmsg()
700 case RXRPC_CALL_CLIENT_RECV_REPLY: in rxrpc_kernel_recv_data()
792 if (READ_ONCE(call->state) != RXRPC_CALL_CLIENT_RECV_REPLY) in rxrpc_kernel_get_reply_time()
Dcall_event.c410 call->state != RXRPC_CALL_CLIENT_RECV_REPLY) { in rxrpc_process_call()
Dcall_object.c23 [RXRPC_CALL_CLIENT_RECV_REPLY] = "ClRcvRpl",
Dar-internal.h507 RXRPC_CALL_CLIENT_RECV_REPLY, /* - client receiving reply phase */ enumerator
Dinput.c271 call->state = state = RXRPC_CALL_CLIENT_RECV_REPLY; in rxrpc_end_tx_phase()