Searched refs:snd_wl1 (Results 1 – 4 of 4) sorted by relevance
432 tcp_seq snd_wl1; /* window update seg seq number */ member1133 tcp_seq snd_wl1; /* window update seg seq number */ member1547 tcp_seq snd_wl1; /* window update seg seq number */ member1630 tcp_seq snd_wl1; /* window update seg seq number */ member
250 xt->snd_wl1 = tp->snd_wl1; in tcpcb_to_xtcpcb_n()
1728 (SEQ_LT(tp->snd_wl1, th->th_seq) || in tcp_update_window()1729 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_update_window()1737 tp->snd_wl1 = th->th_seq; in tcp_update_window()3400 tp->snd_wl1 = th->th_seq; in tcp_input()4097 tp->snd_wl1 = th->th_seq - 1; in tcp_input()4703 tp->snd_wl1 = th->th_seq - 1; in tcp_input()
1927 otp->snd_wl1 = tp->snd_wl1; in tcpcb_to_otcpcb()2111 otp->snd_wl1 = tp->snd_wl1; in tcpcb_to_xtcpcb64()