Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h433 tcp_seq snd_wl2; /* window update seg ack number */ member
1134 tcp_seq snd_wl2; /* window update seg ack number */ member
1548 tcp_seq snd_wl2; /* window update seg ack number */ member
1631 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.c1729 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_update_window()
1730 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in tcp_update_window()
1733 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) { in tcp_update_window()
1738 tp->snd_wl2 = th->th_ack; in tcp_update_window()
3315 tp->snd_wl2 = th->th_ack; in tcp_input()
H A Dtcp_subr.c1928 otp->snd_wl2 = tp->snd_wl2; in tcpcb_to_otcpcb()
2112 otp->snd_wl2 = tp->snd_wl2; in tcpcb_to_xtcpcb64()