Searched refs:RX_USER_ABORT (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | rxrpc.h | 89 #define RX_USER_ABORT -6 /* generic user abort */ macro
|
/Linux-v4.19/fs/afs/ |
D | rxrpc.c | 433 RX_USER_ABORT, ret, "KSD"); in afs_make_call() 599 RX_USER_ABORT, -EINTR, "KWI")) in afs_wait_for_call_to_complete() 842 RX_USER_ABORT, -ENOMEM, "KOO"); in afs_send_empty_reply() 883 RX_USER_ABORT, -ENOMEM, "KOO"); in afs_send_simple_reply()
|
/Linux-v4.19/net/rxrpc/ |
D | call_event.c | 396 rxrpc_abort_call("EXP", call, 0, RX_USER_ABORT, -ECONNRESET); in rxrpc_process_call() 398 rxrpc_abort_call("EXP", call, 0, RX_USER_ABORT, -ETIME); in rxrpc_process_call()
|
D | conn_object.c | 192 chan->last_abort = RX_USER_ABORT; in __rxrpc_disconnect_call()
|
D | call_accept.c | 605 __rxrpc_abort_call("REJ", call, 1, RX_USER_ABORT, -ECONNABORTED); in rxrpc_reject_call()
|