Searched refs:RXRPC_CALL_EV_PING (Results 1 – 2 of 2) sorted by relevance
28 !test_and_set_bit(RXRPC_CALL_EV_PING, &call->events)) in rxrpc_propose_ping()358 set_bit(RXRPC_CALL_EV_PING, &call->events); in rxrpc_process_call()365 set_bit(RXRPC_CALL_EV_PING, &call->events); in rxrpc_process_call()404 if (test_and_clear_bit(RXRPC_CALL_EV_PING, &call->events)) { in rxrpc_process_call()
511 RXRPC_CALL_EV_PING, /* Ping send required */ enumerator