Home
last modified time | relevance | path

Searched refs:lr2use (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c3792 uint64_t val, lr2use; in bbr_post_recovery() local
3831 lr2use = 0; in bbr_post_recovery()
3833 lr2use = 1000; in bbr_post_recovery()
3835 lr2use = (uint64_t)bbr->r_ctl.rc_lost * (uint64_t)1000; in bbr_post_recovery()
3836 lr2use /= bbr->r_ctl.rc_delivered; in bbr_post_recovery()
3838 lr2use += bbr->r_ctl.recovery_lr; in bbr_post_recovery()
3841 lr2use *= bbr_get_rtt(bbr, BBR_SRTT); in bbr_post_recovery()
3842 lr2use /= bbr_red_scale; in bbr_post_recovery()
3847 if (lr2use) { in bbr_post_recovery()
3848 val = (uint64_t)cwnd * lr2use; in bbr_post_recovery()
[all …]