Searched refs:lr2use (Results 1 – 1 of 1) sorted by relevance
3785 uint64_t val, lr2use; in bbr_post_recovery() local3824 lr2use = 0; in bbr_post_recovery()3826 lr2use = 1000; in bbr_post_recovery()3828 lr2use = (uint64_t)bbr->r_ctl.rc_lost * (uint64_t)1000; in bbr_post_recovery()3829 lr2use /= bbr->r_ctl.rc_delivered; in bbr_post_recovery()3831 lr2use += bbr->r_ctl.recovery_lr; in bbr_post_recovery()3834 lr2use *= bbr_get_rtt(bbr, BBR_SRTT); in bbr_post_recovery()3835 lr2use /= bbr_red_scale; in bbr_post_recovery()3840 if (lr2use) { in bbr_post_recovery()3841 val = (uint64_t)cwnd * lr2use; in bbr_post_recovery()[all …]