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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_debug.c256 (uint32_t)tp->snd_wl1, (uint32_t)tp->snd_wl2, tp->snd_wnd);
H A Dtcp_var.h240 tcp_seq snd_wl1; /* window update seg seq number */ member in struct:tcpcb
560 tcp_seq snd_wl1; /* window update seg seq number */ member in struct:otcpcb
798 tcp_seq snd_wl1; /* window update seg seq number */ member in struct:xtcpcb64
881 tcp_seq snd_wl1; /* window update seg seq number */ member in struct:xtcpcb_n
H A Din_pcblist.c213 xt->snd_wl1 = tp->snd_wl1;
H A Dtcp_subr.c1326 otp->snd_wl1 = tp->snd_wl1;
1512 otp->snd_wl1 = tp->snd_wl1;
H A Dtcp_input.c2401 * Pull snd_wl1 up to prevent seq wrap relative to
2404 tp->snd_wl1 = th->th_seq;
2750 tp->snd_wl1 = th->th_seq - 1;
3176 tp->snd_wl1 = th->th_seq - 1;
3603 (SEQ_LT(tp->snd_wl1, th->th_seq) ||
3604 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) ||
3611 tp->snd_wl1 = th->th_seq;

Completed in 32 milliseconds