Searched refs:bbr_rtt_probe_limit (Results 1 – 1 of 1) sorted by relevance
257 static uint32_t bbr_rtt_probe_limit = (USECS_IN_SECOND * 4); variable1205 &bbr_rtt_probe_limit, 4000000, in bbr_init_sysctls()10047 bbr->r_ctl.rc_probertt_int = bbr_rtt_probe_limit; in bbr_google_mode_off()10145 bbr->r_ctl.rc_probertt_int = bbr_rtt_probe_limit; in bbr_init()10868 if (fval > bbr_rtt_probe_limit) in bbr_check_probe_rtt_limits()10869 newval = cur_rttp + (fval - bbr_rtt_probe_limit); in bbr_check_probe_rtt_limits()10875 mul = fval / bbr_rtt_probe_limit; in bbr_check_probe_rtt_limits()10887 if (bbr->r_ctl.rc_probertt_int > bbr_rtt_probe_limit) { in bbr_check_probe_rtt_limits()10888 if (cur_rttp <= bbr_rtt_probe_limit) { in bbr_check_probe_rtt_limits()10893 bbr->r_ctl.rc_probertt_int = bbr_rtt_probe_limit; in bbr_check_probe_rtt_limits()[all …]