snd_wl2           219 netinet/tcp_debug.c 	    tp->snd_wl1, tp->snd_wl2, tp->snd_wnd);
snd_wl2          1954 netinet/tcp_input.c 	    (SEQ_LT(tp->snd_wl2, th->th_ack) ||
snd_wl2          1955 netinet/tcp_input.c 	    (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) {
snd_wl2          1958 netinet/tcp_input.c 		    tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd)
snd_wl2          1962 netinet/tcp_input.c 		tp->snd_wl2 = th->th_ack;
snd_wl2           112 netinet/tcp_var.h 	tcp_seq	snd_wl2;		/* window update seg ack number */