Home
last modified time | relevance | path

Searched refs:RX_CALL_DEAD (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Drxrpc.h80 #define RX_CALL_DEAD -1 /* call/conn has been inactive and is shut down */ macro
/Linux-v6.6/net/rxrpc/
Dcall_state.c63 call->abort_code = RX_CALL_DEAD; in rxrpc_prefail_call()
Dcall_object.c620 rxrpc_propose_abort(call, RX_CALL_DEAD, -ECONNRESET, in rxrpc_release_calls_on_socket()
629 rxrpc_propose_abort(call, RX_CALL_DEAD, -ECONNRESET, in rxrpc_release_calls_on_socket()
Dconn_event.c276 rxrpc_abort_conn(conn, NULL, RX_CALL_DEAD, -ENOMEM, in rxrpc_secure_connection()
Dconn_object.c176 chan->last_abort = RX_CALL_DEAD; in __rxrpc_disconnect_call()
Drxperf.c336 RX_CALL_DEAD, ret, in rxperf_deliver_to_call()
Dcall_event.c481 rxrpc_abort_call(call, 0, RX_CALL_DEAD, -ECONNRESET, in rxrpc_input_call_event()
Dinput.c1023 rxrpc_abort_call(call, 0, RX_CALL_DEAD, -ESHUTDOWN, in rxrpc_implicit_end_call()
/Linux-v6.6/fs/afs/
Drxrpc.c550 abort_code = RX_CALL_DEAD; in afs_deliver_to_call()