Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_var.h472 tcp_seq snd_wl2; /* window update seg ack number */ member
1158 tcp_seq snd_wl2; /* window update seg ack number */ member
1554 tcp_seq snd_wl2; /* window update seg ack number */ member
1637 tcp_seq snd_wl2; /* window update seg ack number */ member
H A Din_pcblist.c251 xt->snd_wl2 = tp->snd_wl2; in tcpcb_to_xtcpcb_n()
H A Dtcp_input.c1642 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_update_window()
1643 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in tcp_update_window()
1646 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) { in tcp_update_window()
1651 tp->snd_wl2 = th->th_ack; in tcp_update_window()
3842 tp->snd_wl2 = th->th_ack; in tcp_input()
H A Dtcp_subr.c2162 otp->snd_wl2 = tp->snd_wl2; in tcpcb_to_otcpcb()
2346 otp->snd_wl2 = tp->snd_wl2; in tcpcb_to_xtcpcb64()