Searched refs:snd_wl2 (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.h285 tcp_seq snd_wl2; /* window update seg ack number */ member in struct:tcpcb
713 tcp_seq snd_wl2; /* window update seg ack number */ member in struct:otcpcb
1004 tcp_seq snd_wl2; /* window update seg ack number */ member in struct:xtcpcb64
1086 tcp_seq snd_wl2; /* window update seg ack number */ member in struct:xtcpcb_n
H A Din_pcblist.c215 xt->snd_wl2 = tp->snd_wl2;
H A Dtcp_subr.c1419 otp->snd_wl2 = tp->snd_wl2;
1602 otp->snd_wl2 = tp->snd_wl2;
H A Dtcp_input.c2533 * pull snd_wl2 up to prevent seq wrap relative
2536 tp->snd_wl2 = th->th_ack;
4080 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) ||
4081 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) {
4084 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd)
4088 tp->snd_wl2 = th->th_ack;

Completed in 53 milliseconds