Searched refs:snd_wl2 (Results 1 – 7 of 7) sorted by relevance
223 (u_long)tp->snd_wl1, (u_long)tp->snd_wl2, (u_long)tp->snd_wnd); in tcp_trace()
1842 tp->snd_wl2 = th->th_ack; in tcp_do_segment()3014 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_do_segment()3015 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in tcp_do_segment()3018 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) in tcp_do_segment()3022 tp->snd_wl2 = th->th_ack; in tcp_do_segment()
189 tcp_seq snd_wl2; /* window update seg ack number */ member
2981 tp->snd_up, tp->snd_wl1, tp->snd_wl2); in db_print_tcpcb()
8545 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in rack_process_data()8546 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in rack_process_data()8549 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) in rack_process_data()8553 tp->snd_wl2 = th->th_ack; in rack_process_data()8558 if ((tp->snd_wl2 == th->th_ack) && (tiwin < tp->snd_wnd)) { in rack_process_data()8561 tp->snd_wl2 = th->th_ack; in rack_process_data()9114 tp->snd_wl2 = th->th_ack; in rack_fastack()
8225 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in bbr_process_data()8226 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in bbr_process_data()8229 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) in bbr_process_data()8233 tp->snd_wl2 = th->th_ack; in bbr_process_data()8238 if ((tp->snd_wl2 == th->th_ack) && (tiwin < tp->snd_wnd)) { in bbr_process_data()8241 tp->snd_wl2 = th->th_ack; in bbr_process_data()8790 tp->snd_wl2 = th->th_ack; in bbr_fastack()