Searched refs:snd_wl2 (Results 1 – 4 of 4) sorted by relevance
472 tcp_seq snd_wl2; /* window update seg ack number */ member1158 tcp_seq snd_wl2; /* window update seg ack number */ member1554 tcp_seq snd_wl2; /* window update seg ack number */ member1637 tcp_seq snd_wl2; /* window update seg ack number */ member
251 xt->snd_wl2 = tp->snd_wl2; in tcpcb_to_xtcpcb_n()
1642 (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()3843 tp->snd_wl2 = th->th_ack; in tcp_input()
2166 otp->snd_wl2 = tp->snd_wl2; in tcpcb_to_otcpcb()2350 otp->snd_wl2 = tp->snd_wl2; in tcpcb_to_xtcpcb64()