Searched refs:snd_wl1 (Results 1 – 4 of 4) sorted by relevance
471 tcp_seq snd_wl1; /* window update seg seq number */ member1157 tcp_seq snd_wl1; /* window update seg seq number */ member1553 tcp_seq snd_wl1; /* window update seg seq number */ member1636 tcp_seq snd_wl1; /* window update seg seq number */ member
250 xt->snd_wl1 = tp->snd_wl1; in tcpcb_to_xtcpcb_n()
1641 (SEQ_LT(tp->snd_wl1, th->th_seq) || in tcp_update_window()1642 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_update_window()1650 tp->snd_wl1 = th->th_seq; in tcp_update_window()3938 tp->snd_wl1 = th->th_seq; in tcp_input()4351 tp->snd_wl1 = th->th_seq - 1; in tcp_input()4946 tp->snd_wl1 = th->th_seq - 1; in tcp_input()
2161 otp->snd_wl1 = tp->snd_wl1; in tcpcb_to_otcpcb()2345 otp->snd_wl1 = tp->snd_wl1; in tcpcb_to_xtcpcb64()