Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_rack.h344 uint32_t rc_saved_cwnd; member
H A Dtcp_bbr.h663 uint32_t rc_saved_cwnd; /* Saved cwnd during Probe-rtt drain Lock(a) */ member
H A Dbbr.c3848 cwnd = bbr->r_ctl.rc_saved_cwnd; in bbr_post_recovery()
3849 cwnd_p = &bbr->r_ctl.rc_saved_cwnd; in bbr_post_recovery()
10474 bbr->rc_tp->snd_cwnd = bbr->r_ctl.rc_saved_cwnd; in bbr_substate_change()
10519 bbr->r_ctl.rc_saved_cwnd = bbr->rc_tp->snd_cwnd; in bbr_substate_change()
10804 bbr->r_ctl.rc_saved_cwnd = bbr->rc_tp->snd_cwnd; in bbr_enter_probe_rtt()
10806 bbr->r_ctl.rc_saved_cwnd = bbr->rc_tp->snd_cwnd; in bbr_enter_probe_rtt()
10922 if (tp->snd_cwnd < bbr->r_ctl.rc_saved_cwnd) { in bbr_exit_probe_rtt()
10923 tp->snd_cwnd = bbr->r_ctl.rc_saved_cwnd; in bbr_exit_probe_rtt()
11200 bbr->r_ctl.rc_saved_cwnd = bbr->rc_tp->snd_cwnd; in bbr_state_change()
11270 (tp->snd_cwnd < bbr->r_ctl.rc_saved_cwnd)) { in bbr_state_change()
[all …]
H A Drack.c7945 rack->r_ctl.rc_saved_cwnd = rack->rc_tp->snd_cwnd; in rack_log_ack()
7967 if (rack->r_ctl.rc_saved_cwnd > rack->rc_tp->snd_cwnd) in rack_log_ack()
7968 rack->rc_tp->snd_cwnd = rack->r_ctl.rc_saved_cwnd; in rack_log_ack()