Lines Matching refs:BBR_PROBE_RTT
83 BBR_PROBE_RTT, /* cut inflight to min to probe min_rtt */
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)
325 else /* loss recovery or BBR_PROBE_RTT have temporarily cut cwnd */
343 else if (bbr->mode == BBR_PROBE_RTT)
546 if (bbr->mode == BBR_PROBE_RTT) /* drain queue, refresh min_rtt */
955 !bbr->idle_restart && bbr->mode != BBR_PROBE_RTT) {
956 bbr->mode = BBR_PROBE_RTT; /* dip, drain queue */
961 if (bbr->mode == BBR_PROBE_RTT) {
1003 case BBR_PROBE_RTT: