Searched refs:RXRPC_ACK_PING (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | call_event.c | 33 trace_rxrpc_propose_ack(call, why, RXRPC_ACK_PING, serial); in rxrpc_propose_ping() 238 rxrpc_send_ACK(call, RXRPC_ACK_PING, 0, in rxrpc_resend() 366 rxrpc_send_ACK(call, RXRPC_ACK_PING, 0, in rxrpc_send_initial_ping() 440 rxrpc_send_ACK(call, RXRPC_ACK_PING, 0, in rxrpc_input_call_event() 448 rxrpc_send_ACK(call, RXRPC_ACK_PING, 0, in rxrpc_input_call_event() 489 rxrpc_send_ACK(call, RXRPC_ACK_PING, 0, in rxrpc_input_call_event() 501 rxrpc_send_ACK(call, RXRPC_ACK_PING, 0, in rxrpc_input_call_event() 505 rxrpc_send_ACK(call, RXRPC_ACK_PING, 0, in rxrpc_input_call_event()
|
H A D | protocol.h | 120 #define RXRPC_ACK_PING 6 /* keep alive ACK */ macro 121 #define RXRPC_ACK_PING_RESPONSE 7 /* response to RXRPC_ACK_PING */
|
H A D | proc.c | 432 atomic_read(&rxnet->stat_tx_acks[RXRPC_ACK_PING]), in rxrpc_stats_show() 443 atomic_read(&rxnet->stat_rx_acks[RXRPC_ACK_PING]), in rxrpc_stats_show()
|
H A D | output.c | 208 if (txb->ack.reason == RXRPC_ACK_PING) in rxrpc_send_ack_packet() 226 if (txb->ack.reason == RXRPC_ACK_PING) in rxrpc_send_ack_packet()
|
H A D | input.c | 944 case RXRPC_ACK_PING: in rxrpc_input_ack() 1000 if (ack.reason == RXRPC_ACK_PING) in rxrpc_input_ack()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | call_event.c | 56 if (ack_reason == RXRPC_ACK_PING) { in __rxrpc_propose_ACK() 231 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, true, false, in rxrpc_resend() 356 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, true, true, in rxrpc_process_call() 391 rxrpc_propose_ACK(call, RXRPC_ACK_PING, 0, true, false, in rxrpc_process_call()
|
H A D | protocol.h | 120 #define RXRPC_ACK_PING 6 /* keep alive ACK */ macro 121 #define RXRPC_ACK_PING_RESPONSE 7 /* response to RXRPC_ACK_PING */
|
H A D | output.c | 104 if (reason == RXRPC_ACK_PING) in rxrpc_fill_out_ack() 220 reason = RXRPC_ACK_PING; in rxrpc_send_ack_packet()
|
H A D | call_accept.c | 251 rxrpc_propose_ACK(call, RXRPC_ACK_PING, sp->hdr.serial, in rxrpc_send_ping()
|
H A D | input.c | 904 if (buf.ack.reason == RXRPC_ACK_PING) { in rxrpc_input_ack() 993 rxrpc_propose_ACK(call, RXRPC_ACK_PING, ack_serial, in rxrpc_input_ack()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rxrpc.h | 428 EM(RXRPC_ACK_PING, "PNG") \
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rxrpc.h | 422 EM(RXRPC_ACK_PING, "PNG") \
|
Completed in 16 milliseconds