Home
last modified time | relevance | path

Searched refs:rtt_count (Results 1 – 6 of 6) sorted by relevance

/linux/net/rxrpc/
H A Drtt.c161 if (peer->rtt_count < 3) in rxrpc_peer_add_rtt()
162 peer->rtt_count++; in rxrpc_peer_add_rtt()
H A Dcall_event.c308 if (call->peer->rtt_count < 3 || in rxrpc_send_initial_ping()
437 if (call->peer->rtt_count < 3) in rxrpc_input_call_event()
H A Doutput.c361 else if (call->peer->rtt_count < 3 && txb->seq & 1) in rxrpc_prepare_data_subpacket()
411 if (call->peer->rtt_count > 1) { in rxrpc_tstamp_data_packets()
H A Dpeer_object.c482 return peer->rtt_count > 0 ? peer->srtt_us >> 3 : UINT_MAX; in rxrpc_kernel_get_srtt()
H A Dinput.c86 if (call->peer->rtt_count == 0) in rxrpc_congestion_management()
H A Dar-internal.h352 unsigned int rtt_count; /* Number of samples we've got */ member