Searched refs:lt_rtt_cnt (Results 1 – 1 of 1) sorted by relevance
103 lt_rtt_cnt:7, /* round trips in long-term interval */ member640 bbr->lt_rtt_cnt = 0; in bbr_reset_lt_bw_sampling_interval()670 bbr->lt_rtt_cnt = 0; in bbr_lt_bw_interval_done()695 ++bbr->lt_rtt_cnt >= bbr_lt_bw_max_rtts) { in bbr_lt_bw_sampling()720 bbr->lt_rtt_cnt++; /* count round trips in this interval */ in bbr_lt_bw_sampling()721 if (bbr->lt_rtt_cnt < bbr_lt_intvl_min_rtts) in bbr_lt_bw_sampling()723 if (bbr->lt_rtt_cnt > 4 * bbr_lt_intvl_min_rtts) { in bbr_lt_bw_sampling()