Home
last modified time | relevance | path

Searched refs:RXRPC_ACK_PING (Results 1 – 6 of 6) sorted by relevance

/net/rxrpc/
Dcall_event.c56 if (ack_reason == RXRPC_ACK_PING) { in __rxrpc_propose_ACK()
239 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, true, false, in rxrpc_resend()
372 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, true, true, in rxrpc_process_call()
407 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, true, false, in rxrpc_process_call()
Dprotocol.h120 #define RXRPC_ACK_PING 6 /* keep alive ACK */ macro
Doutput.c97 if (reason == RXRPC_ACK_PING) in rxrpc_fill_out_ack()
174 reason = RXRPC_ACK_PING; in rxrpc_send_ack_packet()
Dinput.c858 if (buf.ack.reason == RXRPC_ACK_PING) { in rxrpc_input_ack()
942 rxrpc_propose_ACK(call, RXRPC_ACK_PING, sp->hdr.serial, in rxrpc_input_ack()
Dcall_accept.c253 rxrpc_propose_ACK(call, RXRPC_ACK_PING, sp->hdr.serial, in rxrpc_send_ping()
Daf_rxrpc.c405 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, true, false, in rxrpc_kernel_probe_life()