Searched refs:snd_wl2 (Results 1 – 5 of 5) sorted by relevance
247 (uint32_t)tp->snd_wl1, (uint32_t)tp->snd_wl2, tp->snd_wnd);
327 tcp_seq snd_wl2; /* window update seg ack number */ member908 tcp_seq snd_wl2; /* window update seg ack number */ member1307 tcp_seq snd_wl2; /* window update seg ack number */ member1390 tcp_seq snd_wl2; /* window update seg ack number */ member
232 xt->snd_wl2 = tp->snd_wl2; in tcpcb_to_xtcpcb_n()
1861 otp->snd_wl2 = tp->snd_wl2; in tcpcb_to_otcpcb()2045 otp->snd_wl2 = tp->snd_wl2; in tcpcb_to_xtcpcb64()
1781 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_update_window()1782 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in tcp_update_window()1785 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) { in tcp_update_window()1790 tp->snd_wl2 = th->th_ack; in tcp_update_window()3009 tp->snd_wl2 = th->th_ack; in tcp_input()