Searched refs:resp_serial (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/ |
D | rtt.c | 149 rxrpc_serial_t send_serial, rxrpc_serial_t resp_serial, in rxrpc_peer_add_rtt() argument 165 trace_rxrpc_rtt_rx(call, why, rtt_slot, send_serial, resp_serial, in rxrpc_peer_add_rtt()
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | rxrpc.h | 1109 rxrpc_serial_t send_serial, rxrpc_serial_t resp_serial, 1112 TP_ARGS(call, why, slot, send_serial, resp_serial, rtt, rto), 1119 __field(rxrpc_serial_t, resp_serial ) 1129 __entry->resp_serial = resp_serial; 1139 __entry->resp_serial,
|