Searched refs:bbr_drop_limit (Results 1 – 1 of 1) sorted by relevance
169 static int32_t bbr_drop_limit = 0; variable1598 &bbr_drop_limit, 0, in bbr_init_sysctls()3853 if (bbr_drop_limit == 0) { in bbr_post_recovery()3866 if (newcwnd < (bbr_drop_limit * maxseg)) { in bbr_post_recovery()3867 newcwnd = bbr_drop_limit * maxseg; in bbr_post_recovery()