Searched refs:snd_wl2 (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.h241 tcp_seq snd_wl2; /* window update seg ack number */ member in struct:tcpcb
561 tcp_seq snd_wl2; /* window update seg ack number */ member in struct:otcpcb
799 tcp_seq snd_wl2; /* window update seg ack number */ member in struct:xtcpcb64
882 tcp_seq snd_wl2; /* window update seg ack number */ member in struct:xtcpcb_n
H A Din_pcblist.c214 xt->snd_wl2 = tp->snd_wl2;
H A Dtcp_subr.c1327 otp->snd_wl2 = tp->snd_wl2;
1513 otp->snd_wl2 = tp->snd_wl2;
H A Dtcp_input.c2327 * pull snd_wl2 up to prevent seq wrap relative
2330 tp->snd_wl2 = th->th_ack;
3604 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) ||
3605 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) {
3608 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd)
3612 tp->snd_wl2 = th->th_ack;

Completed in 28 milliseconds