Searched refs:rtt_slot (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/net/rxrpc/ |
A D | output.c | 148 int rtt_slot = 9; in rxrpc_begin_rtt_probe() local 157 call->rtt_serial[rtt_slot] = serial; in rxrpc_begin_rtt_probe() 158 call->rtt_sent_at[rtt_slot] = ktime_get_real(); in rxrpc_begin_rtt_probe() 162 trace_rxrpc_rtt_tx(call, why, rtt_slot, serial); in rxrpc_begin_rtt_probe() 163 return rtt_slot; in rxrpc_begin_rtt_probe() 174 rxrpc_serial_t serial, int rtt_slot) in rxrpc_cancel_rtt_probe() argument 176 if (rtt_slot != -1) { in rxrpc_cancel_rtt_probe() 179 set_bit(rtt_slot, &call->rtt_avail); in rxrpc_cancel_rtt_probe() 194 int ret, rtt_slot = -1; in rxrpc_send_ack_packet() local 250 rxrpc_cancel_rtt_probe(call, serial, rtt_slot); in rxrpc_send_ack_packet() [all …]
|
A D | rtt.c | 148 int rtt_slot, in rxrpc_peer_add_rtt() argument 165 trace_rxrpc_rtt_rx(call, why, rtt_slot, send_serial, resp_serial, in rxrpc_peer_add_rtt()
|
Completed in 5 milliseconds