Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dcall_event.c180 case RXRPC_CALL_CLIENT_SEND_REQUEST: in rxrpc_close_tx_phase()
248 rxrpc_set_call_state(call, RXRPC_CALL_CLIENT_SEND_REQUEST); in rxrpc_transmit_fresh_data()
273 case RXRPC_CALL_CLIENT_SEND_REQUEST: in rxrpc_transmit_some_data()
410 (__rxrpc_call_state(call) == RXRPC_CALL_CLIENT_SEND_REQUEST || in rxrpc_input_call_event()
H A Dinput.c361 case RXRPC_CALL_CLIENT_SEND_REQUEST: in rxrpc_end_tx_phase()
708 case RXRPC_CALL_CLIENT_SEND_REQUEST: in rxrpc_input_data()
1174 case RXRPC_CALL_CLIENT_SEND_REQUEST: in rxrpc_input_ack()
1234 case RXRPC_CALL_CLIENT_SEND_REQUEST: in rxrpc_input_ackall()
H A Dcall_object.c22 [RXRPC_CALL_CLIENT_SEND_REQUEST] = "ClSndReq",
H A Dsendmsg.c370 state != RXRPC_CALL_CLIENT_SEND_REQUEST && in rxrpc_send_data()
H A Dar-internal.h673 RXRPC_CALL_CLIENT_SEND_REQUEST, /* - client sending request phase */ enumerator