Searched refs:snd_wl2 (Results 1 – 4 of 4) sorted by relevance
433 tcp_seq snd_wl2; /* window update seg ack number */ member1134 tcp_seq snd_wl2; /* window update seg ack number */ member1548 tcp_seq snd_wl2; /* window update seg ack number */ member1631 tcp_seq snd_wl2; /* window update seg ack number */ member
251 xt->snd_wl2 = tp->snd_wl2; in tcpcb_to_xtcpcb_n()
1729 (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()
1928 otp->snd_wl2 = tp->snd_wl2; in tcpcb_to_otcpcb()2112 otp->snd_wl2 = tp->snd_wl2; in tcpcb_to_xtcpcb64()