Home
last modified time | relevance | path

Searched refs:RXRPC_CONN_EV_ABORT_CALLS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/rxrpc/
H A Dconn_event.c37 set_bit(RXRPC_CONN_EV_ABORT_CALLS, &conn->events); in rxrpc_set_conn_aborted()
427 if (test_and_clear_bit(RXRPC_CONN_EV_ABORT_CALLS, &conn->events)) in rxrpc_input_conn_event()
H A Dar-internal.h417 RXRPC_CONN_EV_ABORT_CALLS, /* Abort attached calls */ enumerator