Searched refs:bbr_drop_limit (Results 1 – 1 of 1) sorted by relevance
182 static int32_t bbr_drop_limit = 0; variable1621 &bbr_drop_limit, 0, in bbr_init_sysctls()3886 if (bbr_drop_limit == 0) { in bbr_post_recovery()3899 if (newcwnd < (bbr_drop_limit * maxseg)) { in bbr_post_recovery()3900 newcwnd = bbr_drop_limit * maxseg; in bbr_post_recovery()