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.c223 case RXRPC_CALL_CLIENT_SEND_REQUEST: in rxrpc_close_tx_phase()
288 case RXRPC_CALL_CLIENT_SEND_REQUEST: in rxrpc_transmit_some_data()
H A Dinput.c275 case RXRPC_CALL_CLIENT_SEND_REQUEST: in rxrpc_end_tx_phase()
604 case RXRPC_CALL_CLIENT_SEND_REQUEST: in rxrpc_input_data()
972 case RXRPC_CALL_CLIENT_SEND_REQUEST: in rxrpc_input_ack()
H A Dsendmsg.c320 if (state != RXRPC_CALL_CLIENT_SEND_REQUEST && in rxrpc_send_data()
H A Dcall_object.c21 [RXRPC_CALL_CLIENT_SEND_REQUEST] = "ClSndReq",
H A Dconn_client.c452 rxrpc_set_call_state(call, RXRPC_CALL_CLIENT_SEND_REQUEST); in rxrpc_activate_one_channel()
H A Dar-internal.h586 RXRPC_CALL_CLIENT_SEND_REQUEST, /* - client sending request phase */ enumerator