Searched refs:bbr_rtt_probe_limit (Results 1 – 1 of 1) sorted by relevance
246 static uint32_t bbr_rtt_probe_limit = (USECS_IN_SECOND * 4); variable1186 &bbr_rtt_probe_limit, 4000000, in bbr_init_sysctls()9925 bbr->r_ctl.rc_probertt_int = bbr_rtt_probe_limit; in bbr_google_mode_off()10028 bbr->r_ctl.rc_probertt_int = bbr_rtt_probe_limit; in bbr_init()10751 if (fval > bbr_rtt_probe_limit) in bbr_check_probe_rtt_limits()10752 newval = cur_rttp + (fval - bbr_rtt_probe_limit); in bbr_check_probe_rtt_limits()10758 mul = fval / bbr_rtt_probe_limit; in bbr_check_probe_rtt_limits()10770 if (bbr->r_ctl.rc_probertt_int > bbr_rtt_probe_limit) { in bbr_check_probe_rtt_limits()10771 if (cur_rttp <= bbr_rtt_probe_limit) { in bbr_check_probe_rtt_limits()10776 bbr->r_ctl.rc_probertt_int = bbr_rtt_probe_limit; in bbr_check_probe_rtt_limits()[all …]