Home
last modified time | relevance | path

Searched refs:RXRPC_CALL_LOCALLY_ABORTED (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/net/rxrpc/
Dar-connevent.c44 if (state == RXRPC_CALL_LOCALLY_ABORTED) in rxrpc_abort_calls()
84 rxrpc_abort_calls(conn, RXRPC_CALL_LOCALLY_ABORTED, abort_code); in rxrpc_abort_connection()
Dar-input.c434 call->state = RXRPC_CALL_LOCALLY_ABORTED; in rxrpc_fast_process_packet()
506 call->state = RXRPC_CALL_LOCALLY_ABORTED; in rxrpc_process_jumbo_packet()
532 case RXRPC_CALL_LOCALLY_ABORTED: in rxrpc_post_packet_to_call()
Dar-accept.c363 case RXRPC_CALL_LOCALLY_ABORTED: in rxrpc_accept_call()
442 case RXRPC_CALL_LOCALLY_ABORTED: in rxrpc_reject_call()
Dar-call.c45 [RXRPC_CALL_LOCALLY_ABORTED] = "LocAbort",
454 case RXRPC_CALL_LOCALLY_ABORTED: in rxrpc_incoming_call()
687 call->state = RXRPC_CALL_LOCALLY_ABORTED; in rxrpc_release_call()
764 call->state = RXRPC_CALL_LOCALLY_ABORTED; in rxrpc_mark_call_released()
Dar-internal.h367 RXRPC_CALL_LOCALLY_ABORTED, /* - call aborted locally on error or close */ enumerator
425 call->state = RXRPC_CALL_LOCALLY_ABORTED; in rxrpc_abort_call()
Dar-output.c112 call->state = RXRPC_CALL_LOCALLY_ABORTED; in rxrpc_send_abort()
Dar-ack.c1042 call->state = RXRPC_CALL_LOCALLY_ABORTED; in rxrpc_process_call()