Searched refs:snd_wl1 (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_debug.c256 (uint32_t)tp->snd_wl1, (uint32_t)tp->snd_wl2, tp->snd_wnd);
H A Dtcp_var.h284 tcp_seq snd_wl1; /* window update seg seq number */ member in struct:tcpcb
712 tcp_seq snd_wl1; /* window update seg seq number */ member in struct:otcpcb
1003 tcp_seq snd_wl1; /* window update seg seq number */ member in struct:xtcpcb64
1085 tcp_seq snd_wl1; /* window update seg seq number */ member in struct:xtcpcb_n
H A Din_pcblist.c214 xt->snd_wl1 = tp->snd_wl1;
H A Dtcp_subr.c1418 otp->snd_wl1 = tp->snd_wl1;
1601 otp->snd_wl1 = tp->snd_wl1;
H A Dtcp_input.c2615 * Pull snd_wl1 up to prevent seq wrap relative to
2618 tp->snd_wl1 = th->th_seq;
3036 tp->snd_wl1 = th->th_seq - 1;
3459 tp->snd_wl1 = th->th_seq - 1;
4079 (SEQ_LT(tp->snd_wl1, th->th_seq) ||
4080 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) ||
4087 tp->snd_wl1 = th->th_seq;

Completed in 207 milliseconds