Home
last modified time | relevance | path

Searched refs:cur_rttp (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c10744 uint32_t cur_rttp, fval, newval, baseval; in bbr_check_probe_rtt_limits() local
10748 cur_rttp = roundup(baseval, USECS_IN_SECOND); in bbr_check_probe_rtt_limits()
10752 newval = cur_rttp + (fval - bbr_rtt_probe_limit); in bbr_check_probe_rtt_limits()
10754 newval = cur_rttp; in bbr_check_probe_rtt_limits()
10759 newval = cur_rttp * mul; in bbr_check_probe_rtt_limits()
10761 if (cur_rttp > bbr->r_ctl.rc_probertt_int) { in bbr_check_probe_rtt_limits()
10762 bbr->r_ctl.rc_probertt_int = cur_rttp; in bbr_check_probe_rtt_limits()
10771 if (cur_rttp <= bbr_rtt_probe_limit) { in bbr_check_probe_rtt_limits()
10779 cur_rttp = bbr_rtt_probe_limit; in bbr_check_probe_rtt_limits()
10786 if (cur_rttp < bbr->r_ctl.rc_probertt_int) { in bbr_check_probe_rtt_limits()
[all …]