Searched refs:lr2use (Results 1 – 1 of 1) sorted by relevance
3802 uint64_t val, lr2use; in bbr_post_recovery() local3841 lr2use = 0; in bbr_post_recovery()3843 lr2use = 1000; in bbr_post_recovery()3845 lr2use = bbr->r_ctl.rc_lost * 1000; in bbr_post_recovery()3846 lr2use /= bbr->r_ctl.rc_delivered; in bbr_post_recovery()3848 lr2use += bbr->r_ctl.recovery_lr; in bbr_post_recovery()3851 lr2use *= bbr_get_rtt(bbr, BBR_SRTT); in bbr_post_recovery()3852 lr2use /= bbr_red_scale; in bbr_post_recovery()3857 if (lr2use) { in bbr_post_recovery()3858 val = (uint64_t)cwnd * lr2use; in bbr_post_recovery()[all …]