Home
last modified time | relevance | path

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

/linux-4.1.27/net/rxrpc/
Dar-ack.c1170 set_bit(RXRPC_CALL_POST_ACCEPT, &call->events); in rxrpc_process_call()
1175 if (!test_bit(RXRPC_CALL_POST_ACCEPT, &call->events)) in rxrpc_process_call()
1180 if (test_bit(RXRPC_CALL_POST_ACCEPT, &call->events)) { in rxrpc_process_call()
1185 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