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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_debug.c256 (uint32_t)tp->snd_wl1, (uint32_t)tp->snd_wl2, tp->snd_wnd);
H A Dtcp_var.h265 tcp_seq snd_wl2; /* window update seg ack number */ member in struct:tcpcb
663 tcp_seq snd_wl2; /* window update seg ack number */ member in struct:otcpcb
936 tcp_seq snd_wl2; /* window update seg ack number */ member in struct:xtcpcb64
1018 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.c1359 otp->snd_wl2 = tp->snd_wl2;
1541 otp->snd_wl2 = tp->snd_wl2;
H A Dtcp_input.c2386 * pull snd_wl2 up to prevent seq wrap relative
2389 tp->snd_wl2 = th->th_ack;
3898 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) ||
3899 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) {
3902 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd)
3906 tp->snd_wl2 = th->th_ack;

Completed in 35 milliseconds