Home
last modified time | relevance | path

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

/Linux-v4.19/net/rxrpc/
Dprotocol.h116 #define RXRPC_ACK_PING_RESPONSE 7 /* response to RXRPC_ACK_PING */ macro
132 (1 << RXRPC_ACK_PING_RESPONSE) | \
Dmisc.c84 [RXRPC_ACK_PING_RESPONSE] = 8,
Dinput.c863 if (buf.ack.reason == RXRPC_ACK_PING_RESPONSE) in rxrpc_input_ack()
872 rxrpc_propose_ACK(call, RXRPC_ACK_PING_RESPONSE, in rxrpc_input_ack()
Dsendmsg.c299 if (call->ackr_reason == RXRPC_ACK_PING_RESPONSE) in rxrpc_send_data()
/Linux-v4.19/include/trace/events/
Drxrpc.h441 EM(RXRPC_ACK_PING_RESPONSE, "PNR") \