Lines Matching refs:BBR_PROBE_RTT
85 BBR_PROBE_RTT, /* cut inflight to min to probe min_rtt */
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)
327 else /* loss recovery or BBR_PROBE_RTT have temporarily cut cwnd */
345 else if (bbr->mode == BBR_PROBE_RTT)
548 if (bbr->mode == BBR_PROBE_RTT) /* drain queue, refresh min_rtt */
957 !bbr->idle_restart && bbr->mode != BBR_PROBE_RTT) {
958 bbr->mode = BBR_PROBE_RTT; /* dip, drain queue */
963 if (bbr->mode == BBR_PROBE_RTT) {
1005 case BBR_PROBE_RTT: