Searched refs:rtt_slot (Results 1 – 2 of 2) sorted by relevance
| /linux/net/rxrpc/ |
| A D | output.c | 133 int rtt_slot = 9; in rxrpc_begin_rtt_probe() local 142 call->rtt_serial[rtt_slot] = serial; in rxrpc_begin_rtt_probe() 143 call->rtt_sent_at[rtt_slot] = ktime_get_real(); in rxrpc_begin_rtt_probe() 147 trace_rxrpc_rtt_tx(call, why, rtt_slot, serial); in rxrpc_begin_rtt_probe() 148 return rtt_slot; in rxrpc_begin_rtt_probe() 159 rxrpc_serial_t serial, int rtt_slot) in rxrpc_cancel_rtt_probe() argument 161 if (rtt_slot != -1) { in rxrpc_cancel_rtt_probe() 164 set_bit(rtt_slot, &call->rtt_avail); in rxrpc_cancel_rtt_probe() 182 int ret, rtt_slot = -1; in rxrpc_send_ack_packet() local 257 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