Searched refs:cur_rttp (Results 1 – 1 of 1) sorted by relevance
10861 uint32_t cur_rttp, fval, newval, baseval; in bbr_check_probe_rtt_limits() local10865 cur_rttp = roundup(baseval, USECS_IN_SECOND); in bbr_check_probe_rtt_limits()10869 newval = cur_rttp + (fval - bbr_rtt_probe_limit); in bbr_check_probe_rtt_limits()10871 newval = cur_rttp; in bbr_check_probe_rtt_limits()10876 newval = cur_rttp * mul; in bbr_check_probe_rtt_limits()10878 if (cur_rttp > bbr->r_ctl.rc_probertt_int) { in bbr_check_probe_rtt_limits()10879 bbr->r_ctl.rc_probertt_int = cur_rttp; in bbr_check_probe_rtt_limits()10888 if (cur_rttp <= bbr_rtt_probe_limit) { in bbr_check_probe_rtt_limits()10896 cur_rttp = bbr_rtt_probe_limit; in bbr_check_probe_rtt_limits()10903 if (cur_rttp < bbr->r_ctl.rc_probertt_int) { in bbr_check_probe_rtt_limits()[all …]