Searched refs:send_serial (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/include/trace/events/ |
| D | rxrpc.h | 1090 rxrpc_serial_t send_serial), 1092 TP_ARGS(call, why, send_serial), 1097 __field(rxrpc_serial_t, send_serial ) 1103 __entry->send_serial = send_serial; 1109 __entry->send_serial) 1114 rxrpc_serial_t send_serial, rxrpc_serial_t resp_serial, 1117 TP_ARGS(call, why, send_serial, resp_serial, rtt, nr, avg), 1123 __field(rxrpc_serial_t, send_serial ) 1132 __entry->send_serial = send_serial; 1142 __entry->send_serial,
|
| /Linux-v5.4/net/rxrpc/ |
| D | peer_event.c | 303 rxrpc_serial_t send_serial, rxrpc_serial_t resp_serial, in rxrpc_peer_add_rtt() argument 340 trace_rxrpc_rtt_rx(call, why, send_serial, resp_serial, rtt, in rxrpc_peer_add_rtt()
|