Home
last modified time | relevance | path

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

/linux-2.6.39/net/rxrpc/
Dar-output.c228 call->state != RXRPC_CALL_SERVER_SEND_REPLY) { in rxrpc_kernel_send_data()
309 call->state != RXRPC_CALL_SERVER_SEND_REPLY) { in rxrpc_server_sendmsg()
473 call->state = RXRPC_CALL_SERVER_SEND_REPLY; in rxrpc_queue_packet()
476 case RXRPC_CALL_SERVER_SEND_REPLY: in rxrpc_queue_packet()
Dar-internal.h360 RXRPC_CALL_SERVER_SEND_REPLY, /* - server sending reply */ enumerator
Dar-call.c28 [RXRPC_CALL_SERVER_SEND_REPLY] = "SvSndRpl",
Dar-ack.c663 call->state != RXRPC_CALL_SERVER_SEND_REPLY && in rxrpc_process_rx_queue()