Searched refs:RXRPC_ACK_PING_RESPONSE (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | protocol.h | 121 #define RXRPC_ACK_PING_RESPONSE 7 /* response to RXRPC_ACK_PING */ macro 137 (1 << RXRPC_ACK_PING_RESPONSE) | \
|
H A D | misc.c | 75 [RXRPC_ACK_PING_RESPONSE] = 8,
|
H A D | conn_event.c | 48 if (pkt.ack.reason == RXRPC_ACK_PING_RESPONSE) in rxrpc_conn_retransmit_call()
|
H A D | input.c | 887 case RXRPC_ACK_PING_RESPONSE: in rxrpc_input_ack() 906 rxrpc_propose_ACK(call, RXRPC_ACK_PING_RESPONSE, in rxrpc_input_ack()
|
H A D | sendmsg.c | 334 if (call->ackr_reason == RXRPC_ACK_PING_RESPONSE) in rxrpc_send_data()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | protocol.h | 121 #define RXRPC_ACK_PING_RESPONSE 7 /* response to RXRPC_ACK_PING */ macro
|
H A D | proc.c | 433 atomic_read(&rxnet->stat_tx_acks[RXRPC_ACK_PING_RESPONSE]), in rxrpc_stats_show() 444 atomic_read(&rxnet->stat_rx_acks[RXRPC_ACK_PING_RESPONSE]), in rxrpc_stats_show()
|
H A D | conn_event.c | 102 if (pkt.ack.reason == RXRPC_ACK_PING_RESPONSE) in rxrpc_conn_retransmit_call()
|
H A D | call_event.c | 199 if (ack && ack->reason == RXRPC_ACK_PING_RESPONSE && in rxrpc_resend()
|
H A D | input.c | 870 case RXRPC_ACK_PING_RESPONSE: in rxrpc_input_ack() 1001 rxrpc_send_ACK(call, RXRPC_ACK_PING_RESPONSE, ack_serial, in rxrpc_input_ack()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rxrpc.h | 429 EM(RXRPC_ACK_PING_RESPONSE, "PNR") \
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rxrpc.h | 423 EM(RXRPC_ACK_PING_RESPONSE, "PNR") \
|
Completed in 11 milliseconds