Searched refs:RXRPC_CALL_POST_ACCEPT (Results 1 – 2 of 2) sorted by relevance
1172 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()
345 #define RXRPC_CALL_POST_ACCEPT 15 /* need to post an "accept?" message to the app */ macro