Home
last modified time | relevance | path

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

/Linux-v6.6/net/rxrpc/
Drtt.c161 if (peer->rtt_count < 3) in rxrpc_peer_add_rtt()
162 peer->rtt_count++; in rxrpc_peer_add_rtt()
Dcall_event.c363 if (call->peer->rtt_count < 3 || in rxrpc_send_initial_ping()
502 if (call->peer->rtt_count < 3) in rxrpc_input_call_event()
Doutput.c374 else if (call->peer->rtt_count < 3 && txb->seq & 1) in rxrpc_send_data_packet()
449 if (call->peer->rtt_count > 1) { in rxrpc_send_data_packet()
Dpeer_object.c487 if (peer->rtt_count == 0) { in rxrpc_kernel_get_srtt()
Dinput.c77 if (call->peer->rtt_count == 0) in rxrpc_congestion_management()
Dar-internal.h340 unsigned int rtt_count; /* Number of samples we've got */ member