Searched refs:RXRPC_ACK_PING (Results 1 – 6 of 6) sorted by relevance
/linux/net/rxrpc/ |
A D | call_event.c | 56 if (ack_reason == RXRPC_ACK_PING) { in __rxrpc_propose_ACK() 233 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, true, false, in rxrpc_resend() 358 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, true, true, in rxrpc_process_call() 393 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, true, false, in rxrpc_process_call()
|
A D | protocol.h | 120 #define RXRPC_ACK_PING 6 /* keep alive ACK */ macro
|
A D | output.c | 97 if (reason == RXRPC_ACK_PING) in rxrpc_fill_out_ack() 213 reason = RXRPC_ACK_PING; in rxrpc_send_ack_packet()
|
A D | call_accept.c | 251 rxrpc_propose_ACK(call, RXRPC_ACK_PING, sp->hdr.serial, in rxrpc_send_ping()
|
A D | input.c | 895 if (buf.ack.reason == RXRPC_ACK_PING) { in rxrpc_input_ack() 984 rxrpc_propose_ACK(call, RXRPC_ACK_PING, ack_serial, in rxrpc_input_ack()
|
/linux/include/trace/events/ |
A D | rxrpc.h | 422 EM(RXRPC_ACK_PING, "PNG") \
|
Completed in 12 milliseconds