Home
last modified time | relevance | path

Searched refs:send_serial (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/trace/events/
Drxrpc.h1093 rxrpc_serial_t send_serial),
1095 TP_ARGS(call, why, send_serial),
1100 __field(rxrpc_serial_t, send_serial )
1106 __entry->send_serial = send_serial;
1112 __entry->send_serial)
1117 rxrpc_serial_t send_serial, rxrpc_serial_t resp_serial,
1120 TP_ARGS(call, why, send_serial, resp_serial, rtt, nr, avg),
1126 __field(rxrpc_serial_t, send_serial )
1135 __entry->send_serial = send_serial;
1145 __entry->send_serial,
/Linux-v4.19/net/rxrpc/
Dpeer_event.c293 rxrpc_serial_t send_serial, rxrpc_serial_t resp_serial, in rxrpc_peer_add_rtt() argument
330 trace_rxrpc_rtt_rx(call, why, send_serial, resp_serial, rtt, in rxrpc_peer_add_rtt()