Searched refs:RXRPC_ACK_PING (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/net/rxrpc/ |
| D | call_event.c | 61 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()
|
| D | protocol.h | 115 #define RXRPC_ACK_PING 6 /* keep alive ACK */ macro
|
| D | output.c | 86 if (reason == RXRPC_ACK_PING) in rxrpc_fill_out_ack() 163 reason = RXRPC_ACK_PING; in rxrpc_send_ack_packet()
|
| D | input.c | 211 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/ |
| D | rxrpc.h | 440 EM(RXRPC_ACK_PING, "PNG") \
|