Home
last modified time | relevance | path

Searched refs:bbr_cwnd_min_target (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c134 /* Minimum time (in ms) spent at bbr_cwnd_min_target in BBR_PROBE_RTT mode: */
173 static const u32 bbr_cwnd_min_target = 4; variable
542 cwnd = max(cwnd, bbr_cwnd_min_target); in bbr_set_cwnd()
547 tp->snd_cwnd = min(tp->snd_cwnd, bbr_cwnd_min_target); in bbr_set_cwnd()
926 * we enter PROBE_RTT mode and cap the cwnd at bbr_cwnd_min_target=4 packets.
967 tcp_packets_in_flight(tp) <= bbr_cwnd_min_target) { in bbr_update_min_rtt()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c136 /* Minimum time (in ms) spent at bbr_cwnd_min_target in BBR_PROBE_RTT mode: */
175 static const u32 bbr_cwnd_min_target = 4; variable
544 cwnd = max(cwnd, bbr_cwnd_min_target); in bbr_set_cwnd()
549 tcp_snd_cwnd_set(tp, min(tcp_snd_cwnd(tp), bbr_cwnd_min_target)); in bbr_set_cwnd()
928 * we enter PROBE_RTT mode and cap the cwnd at bbr_cwnd_min_target=4 packets.
969 tcp_packets_in_flight(tp) <= bbr_cwnd_min_target) { in bbr_update_min_rtt()

Completed in 5 milliseconds