Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_timer.c604 tp->snd_ssthresh_prev = tp->snd_ssthresh; in tcp_timer_rexmt()
H A Dtcp_var.h414 uint32_t snd_ssthresh_prev; /* ssthresh prior to retransmit */ member
H A Dtcp_usrreq.c3141 "t_badrxtwin: %u\n", tp->snd_ssthresh_prev, in db_print_tcpcb()
H A Dtcp_input.c457 tp->snd_ssthresh = tp->snd_ssthresh_prev; in cc_cong_signal()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c3982 tp->snd_ssthresh = tp->snd_ssthresh_prev; in bbr_cong_signal()
5009 tp->snd_ssthresh_prev = tp->snd_ssthresh; in bbr_timeout_rxt()
H A Drack.c5782 tp->snd_ssthresh = tp->snd_ssthresh_prev; in rack_cong_signal()
7779 tp->snd_ssthresh_prev = tp->snd_ssthresh; in rack_timeout_rxt()