Home
last modified time | relevance | path

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

/net/rxrpc/
Dar-ack.c1172 set_bit(RXRPC_CALL_POST_ACCEPT, &call->events); in rxrpc_process_call()
1177 if (!test_bit(RXRPC_CALL_POST_ACCEPT, &call->events)) in rxrpc_process_call()
1182 if (test_bit(RXRPC_CALL_POST_ACCEPT, &call->events)) { in rxrpc_process_call()
1187 clear_bit(RXRPC_CALL_POST_ACCEPT, &call->events); in rxrpc_process_call()
Dar-internal.h345 #define RXRPC_CALL_POST_ACCEPT 15 /* need to post an "accept?" message to the app */ macro