Home
last modified time | relevance | path

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

/Linux-v4.19/net/rxrpc/
Dcall_event.c61 if (ack_reason == RXRPC_ACK_PING) { in __rxrpc_propose_ACK()
245 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, 0, true, false, in rxrpc_resend()
372 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, 0, true, true, in rxrpc_process_call()
407 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, 0, true, false, in rxrpc_process_call()
Dprotocol.h115 #define RXRPC_ACK_PING 6 /* keep alive ACK */ macro
Doutput.c86 if (reason == RXRPC_ACK_PING) in rxrpc_fill_out_ack()
163 reason = RXRPC_ACK_PING; in rxrpc_send_ack_packet()
Dinput.c211 rxrpc_propose_ACK(call, RXRPC_ACK_PING, skew, sp->hdr.serial, in rxrpc_send_ping()
870 if (buf.ack.reason == RXRPC_ACK_PING) { in rxrpc_input_ack()
949 rxrpc_propose_ACK(call, RXRPC_ACK_PING, skew, sp->hdr.serial, in rxrpc_input_ack()
/Linux-v4.19/include/trace/events/
Drxrpc.h440 EM(RXRPC_ACK_PING, "PNG") \