Searched refs:lr2use (Results 1 – 1 of 1) sorted by relevance
3818 uint64_t val, lr2use; in bbr_post_recovery() local3857 lr2use = 0; in bbr_post_recovery()3859 lr2use = 1000; in bbr_post_recovery()3861 lr2use = bbr->r_ctl.rc_lost * 1000; in bbr_post_recovery()3862 lr2use /= bbr->r_ctl.rc_delivered; in bbr_post_recovery()3864 lr2use += bbr->r_ctl.recovery_lr; in bbr_post_recovery()3867 lr2use *= bbr_get_rtt(bbr, BBR_SRTT); in bbr_post_recovery()3868 lr2use /= bbr_red_scale; in bbr_post_recovery()3873 if (lr2use) { in bbr_post_recovery()3874 val = (uint64_t)cwnd * lr2use; in bbr_post_recovery()[all …]