Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dcall_event.c180 case RXRPC_CALL_CLIENT_SEND_REQUEST: in rxrpc_close_tx_phase()
270 case RXRPC_CALL_CLIENT_SEND_REQUEST: in rxrpc_transmit_some_data()
407 (__rxrpc_call_state(call) == RXRPC_CALL_CLIENT_SEND_REQUEST || in rxrpc_input_call_event()
H A Dinput.c358 case RXRPC_CALL_CLIENT_SEND_REQUEST: in rxrpc_end_tx_phase()
696 case RXRPC_CALL_CLIENT_SEND_REQUEST: in rxrpc_input_data()
1151 case RXRPC_CALL_CLIENT_SEND_REQUEST: in rxrpc_input_ack()
H A Dsendmsg.c369 if (state != RXRPC_CALL_CLIENT_SEND_REQUEST && in rxrpc_send_data()
H A Dconn_client.c452 rxrpc_set_call_state(call, RXRPC_CALL_CLIENT_SEND_REQUEST); in rxrpc_activate_one_channel()
H A Dcall_object.c21 [RXRPC_CALL_CLIENT_SEND_REQUEST] = "ClSndReq",
H A Dar-internal.h654 RXRPC_CALL_CLIENT_SEND_REQUEST, /* - client sending request phase */ enumerator