Searched refs:snd_wl1 (Results 1 – 5 of 5) sorted by relevance
247 (uint32_t)tp->snd_wl1, (uint32_t)tp->snd_wl2, tp->snd_wnd);
326 tcp_seq snd_wl1; /* window update seg seq number */ member907 tcp_seq snd_wl1; /* window update seg seq number */ member1306 tcp_seq snd_wl1; /* window update seg seq number */ member1389 tcp_seq snd_wl1; /* window update seg seq number */ member
231 xt->snd_wl1 = tp->snd_wl1; in tcpcb_to_xtcpcb_n()
1780 (SEQ_LT(tp->snd_wl1, th->th_seq) || in tcp_update_window()1781 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_update_window()1789 tp->snd_wl1 = th->th_seq; in tcp_update_window()3092 tp->snd_wl1 = th->th_seq; in tcp_input()3622 tp->snd_wl1 = th->th_seq - 1; in tcp_input()4224 tp->snd_wl1 = th->th_seq - 1; in tcp_input()
1860 otp->snd_wl1 = tp->snd_wl1; in tcpcb_to_otcpcb()2044 otp->snd_wl1 = tp->snd_wl1; in tcpcb_to_xtcpcb64()