Searched refs:rc_saved_cwnd (Results 1 – 2 of 2) sorted by relevance
659 uint32_t rc_saved_cwnd; /* Saved cwnd during Probe-rtt drain Lock(a) */ member
3781 if (bbr->r_ctl.rc_saved_cwnd < bbr->r_ctl.rc_cwnd_on_ent) { in bbr_post_recovery()3782 bbr->r_ctl.rc_saved_cwnd = bbr->r_ctl.rc_cwnd_on_ent; in bbr_post_recovery()3820 cwnd = bbr->r_ctl.rc_saved_cwnd; in bbr_post_recovery()3821 cwnd_p = &bbr->r_ctl.rc_saved_cwnd; in bbr_post_recovery()10354 (bbr->rc_tp->snd_cwnd < bbr->r_ctl.rc_saved_cwnd)) { in bbr_substate_change()10355 bbr->rc_tp->snd_cwnd = bbr->r_ctl.rc_saved_cwnd; in bbr_substate_change()10400 bbr->r_ctl.rc_saved_cwnd = bbr->rc_tp->snd_cwnd; in bbr_substate_change()10534 (bbr->rc_tp->snd_cwnd < bbr->r_ctl.rc_saved_cwnd)) { in bbr_set_probebw_gains()10535 bbr->rc_tp->snd_cwnd = bbr->r_ctl.rc_saved_cwnd; in bbr_set_probebw_gains()10684 if (bbr->rc_tp->snd_cwnd > bbr->r_ctl.rc_saved_cwnd) in bbr_enter_probe_rtt()[all …]