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()374 set_bit(RXRPC_CALL_EV_PING, &call->events); in rxrpc_process_call()381 set_bit(RXRPC_CALL_EV_PING, &call->events); in rxrpc_process_call()420 if (test_and_clear_bit(RXRPC_CALL_EV_PING, &call->events)) { in rxrpc_process_call()
501 RXRPC_CALL_EV_PING, /* Ping send required */ enumerator