Searched refs:snd_wl2 (Results 1 – 5 of 5) sorted by relevance
221 (u_long)tp->snd_wl1, (u_long)tp->snd_wl2, tp->snd_wnd); in tcp_trace()
1811 tp->snd_wl2 = th->th_ack; in tcp_do_segment()2948 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_do_segment()2949 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in tcp_do_segment()2952 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) in tcp_do_segment()2956 tp->snd_wl2 = th->th_ack; in tcp_do_segment()
129 tcp_seq snd_wl2; /* window update seg ack number */ member
2103 tp->snd_up, tp->snd_wl1, tp->snd_wl2); in db_print_tcpcb()
423 (u_long)tp->snd_wl2, tp->snd_wnd); in tcp_trace()