Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h221 uint32_t snd_ssthresh_prev; /* ssthresh prior to retransmit */ member
/f-stack/freebsd/netinet/
H A Dtcp_var.h221 uint32_t snd_ssthresh_prev; /* ssthresh prior to retransmit */ member
H A Dtcp_timer.c681 tp->snd_ssthresh_prev = tp->snd_ssthresh; in tcp_timer_rexmt()
H A Dtcp_usrreq.c3039 "t_badrxtwin: %u\n", tp->snd_ssthresh_prev, in db_print_tcpcb()
H A Dtcp_input.c481 tp->snd_ssthresh = tp->snd_ssthresh_prev; in cc_cong_signal()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c4040 tp->snd_ssthresh = tp->snd_ssthresh_prev; in rack_cong_signal()
5645 tp->snd_ssthresh_prev = tp->snd_ssthresh; in rack_timeout_rxt()
H A Dbbr.c4005 tp->snd_ssthresh = tp->snd_ssthresh_prev; in bbr_cong_signal()
5039 tp->snd_ssthresh_prev = tp->snd_ssthresh; in bbr_timeout_rxt()