Searched refs:RX_CALL_DEAD (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/uapi/linux/ |
| D | rxrpc.h | 80 #define RX_CALL_DEAD -1 /* call/conn has been inactive and is shut down */ macro
|
| /Linux-v5.4/net/rxrpc/ |
| D | call_object.c | 316 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()
|
| D | conn_event.c | 387 abort_code = RX_CALL_DEAD; in rxrpc_secure_connection() 396 abort_code = RX_CALL_DEAD; in rxrpc_secure_connection()
|
| D | input.c | 990 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()
|