Home
last modified time | relevance | path

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

/freebsd-head/sys/netinet/cc/
HDcc_dctcp.c263 cwin = CCV(ccv, snd_cwnd_prev); in dctcp_cong_signal()
275 CCV(ccv, snd_cwnd_prev) = cwin; in dctcp_cong_signal()
/freebsd-head/sys/netinet/
HDtcp_timer.c603 tp->snd_cwnd_prev = tp->snd_cwnd; in tcp_timer_rexmt()
HDtcp_var.h413 uint32_t snd_cwnd_prev; /* cwnd prior to retransmit */ member
HDtcp_usrreq.c3139 "%u\n", tp->ts_offset, tp->last_ack_sent, tp->snd_cwnd_prev); in db_print_tcpcb()
HDtcp_input.c456 tp->snd_cwnd = tp->snd_cwnd_prev; in cc_cong_signal()
/freebsd-head/sys/netinet/tcp_stacks/
HDbbr.c3981 tp->snd_cwnd = tp->snd_cwnd_prev; in bbr_cong_signal()
5008 tp->snd_cwnd_prev = tp->snd_cwnd; in bbr_timeout_rxt()
HDrack.c5781 tp->snd_cwnd = tp->snd_cwnd_prev; in rack_cong_signal()
7778 tp->snd_cwnd_prev = tp->snd_cwnd; in rack_timeout_rxt()