Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Drxrpc.h80 #define RX_CALL_DEAD -1 /* call/conn has been inactive and is shut down */ macro
/Linux-v5.4/net/rxrpc/
Dcall_object.c316 RX_CALL_DEAD, ret); in rxrpc_new_client_call()
518 rxrpc_abort_call("SKR", call, 0, RX_CALL_DEAD, -ECONNRESET); in rxrpc_release_calls_on_socket()
526 rxrpc_abort_call("SKT", call, 0, RX_CALL_DEAD, -ECONNRESET); in rxrpc_release_calls_on_socket()
Dconn_event.c387 abort_code = RX_CALL_DEAD; in rxrpc_secure_connection()
396 abort_code = RX_CALL_DEAD; in rxrpc_secure_connection()
Dinput.c990 u32 abort_code = RX_CALL_DEAD; in rxrpc_input_abort()
1081 if (rxrpc_abort_call("IMP", call, 0, RX_CALL_DEAD, -ESHUTDOWN)) { in rxrpc_input_implicit_end_call()