Home
last modified time | relevance | path

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

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