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.c10737 uint32_t cur_rttp, fval, newval, baseval; in bbr_check_probe_rtt_limits() local
10741 cur_rttp = roundup(baseval, USECS_IN_SECOND); in bbr_check_probe_rtt_limits()
10745 newval = cur_rttp + (fval - bbr_rtt_probe_limit); in bbr_check_probe_rtt_limits()
10747 newval = cur_rttp; in bbr_check_probe_rtt_limits()
10752 newval = cur_rttp * mul; in bbr_check_probe_rtt_limits()
10754 if (cur_rttp > bbr->r_ctl.rc_probertt_int) { in bbr_check_probe_rtt_limits()
10755 bbr->r_ctl.rc_probertt_int = cur_rttp; in bbr_check_probe_rtt_limits()
10764 if (cur_rttp <= bbr_rtt_probe_limit) { in bbr_check_probe_rtt_limits()
10772 cur_rttp = bbr_rtt_probe_limit; in bbr_check_probe_rtt_limits()
10779 if (cur_rttp < bbr->r_ctl.rc_probertt_int) { in bbr_check_probe_rtt_limits()
[all …]