Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_var.h617 uint32_t snd_ssthresh_prev; /* ssthresh prior to retransmit */ member
1211 u_int32_t snd_ssthresh_prev; /* ssthresh prior to retransmit */ member
1605 u_int32_t snd_ssthresh_prev; /* ssthresh prior to retransmit */ member
1688 u_int32_t snd_ssthresh_prev; /* ssthresh prior to retransmit */ member
H A Din_pcblist.c288 xt->snd_ssthresh_prev = tp->snd_ssthresh_prev; in tcpcb_to_xtcpcb_n()
H A Dtcp_subr.c1374 tp->snd_ssthresh_prev = TCP_MAXWIN << TCP_MAX_WINSHIFT; in tcp_newtcpcb()
2199 otp->snd_ssthresh_prev = tp->snd_ssthresh_prev; in tcpcb_to_otcpcb()
2383 otp->snd_ssthresh_prev = tp->snd_ssthresh_prev; in tcpcb_to_xtcpcb64()
H A Dtcp_timer.c893 tp->snd_ssthresh_prev = max(fsize, tp->snd_ssthresh); in tcp_rexmt_save_state()
907 tp->snd_ssthresh_prev = tp->snd_ssthresh; in tcp_rexmt_save_state()
H A Dtcp_input.c1283 tp->snd_ssthresh = tp->snd_ssthresh_prev; in tcp_bad_rexmt_restore_state()
1293 tp->snd_ssthresh = tp->snd_ssthresh_prev; in tcp_bad_rexmt_restore_state()