Home
last modified time | relevance | path

Searched refs:RXRPC_CALL_ACCEPTED (Results 1 – 3 of 3) sorted by relevance

/net/rxrpc/
Dar-accept.c382 if (test_and_set_bit(RXRPC_CALL_ACCEPTED, &call->events)) in rxrpc_accept_call()
Dar-internal.h343 #define RXRPC_CALL_ACCEPTED 13 /* incoming call accepted by userspace app */ macro
Dar-ack.c1192 if (test_and_clear_bit(RXRPC_CALL_ACCEPTED, &call->events)) { in rxrpc_process_call()