Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c83 BBR_PROBE_RTT, /* cut inflight to min to probe min_rtt */ enumerator
90 u32 probe_rtt_done_stamp; /* end time for BBR_PROBE_RTT mode */
100 probe_rtt_round_done:1, /* a BBR_PROBE_RTT round at 4 pkts? */
134 /* Minimum time (in ms) spent at bbr_cwnd_min_target in BBR_PROBE_RTT mode: */
323 if (bbr->prev_ca_state < TCP_CA_Recovery && bbr->mode != BBR_PROBE_RTT) in bbr_save_cwnd()
325 else /* loss recovery or BBR_PROBE_RTT have temporarily cut cwnd */ in bbr_save_cwnd()
343 else if (bbr->mode == BBR_PROBE_RTT) in bbr_cwnd_event()
546 if (bbr->mode == BBR_PROBE_RTT) /* drain queue, refresh min_rtt */ in bbr_set_cwnd()
955 !bbr->idle_restart && bbr->mode != BBR_PROBE_RTT) { in bbr_update_min_rtt()
956 bbr->mode = BBR_PROBE_RTT; /* di in bbr_update_min_rtt()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c85 BBR_PROBE_RTT, /* cut inflight to min to probe min_rtt */ enumerator
92 u32 probe_rtt_done_stamp; /* end time for BBR_PROBE_RTT mode */
102 probe_rtt_round_done:1, /* a BBR_PROBE_RTT round at 4 pkts? */
136 /* Minimum time (in ms) spent at bbr_cwnd_min_target in BBR_PROBE_RTT mode: */
325 if (bbr->prev_ca_state < TCP_CA_Recovery && bbr->mode != BBR_PROBE_RTT) in bbr_save_cwnd()
327 else /* loss recovery or BBR_PROBE_RTT have temporarily cut cwnd */ in bbr_save_cwnd()
345 else if (bbr->mode == BBR_PROBE_RTT) in bbr_cwnd_event()
548 if (bbr->mode == BBR_PROBE_RTT) /* drain queue, refresh min_rtt */ in bbr_set_cwnd()
957 !bbr->idle_restart && bbr->mode != BBR_PROBE_RTT) { in bbr_update_min_rtt()
958 bbr->mode = BBR_PROBE_RTT; /* di in bbr_update_min_rtt()
[all...]

Completed in 5 milliseconds