Home
last modified time | relevance | path

Searched refs:RXRPC_CALL_SERVER_SEND_REPLY (Results 1 – 4 of 4) sorted by relevance

/net/rxrpc/
Dar-output.c232 call->state != RXRPC_CALL_SERVER_SEND_REPLY) { in rxrpc_kernel_send_data()
313 call->state != RXRPC_CALL_SERVER_SEND_REPLY) { in rxrpc_server_sendmsg()
477 call->state = RXRPC_CALL_SERVER_SEND_REPLY; in rxrpc_queue_packet()
480 case RXRPC_CALL_SERVER_SEND_REPLY: in rxrpc_queue_packet()
Dar-internal.h360 RXRPC_CALL_SERVER_SEND_REPLY, /* - server sending reply */ enumerator
Dar-call.c40 [RXRPC_CALL_SERVER_SEND_REPLY] = "SvSndRpl",
Dar-ack.c709 call->state != RXRPC_CALL_SERVER_SEND_REPLY && in rxrpc_process_rx_queue()