Searched refs:snd_wl2 (Results 1 – 7 of 7) sorted by relevance
191 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_do_fastack()192 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in tcp_do_fastack()194 if (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) { in tcp_do_fastack()200 tp->snd_wl2 = th->th_ack; in tcp_do_fastack()284 tp->snd_wl2 = th->th_ack; in tcp_do_fastack()1363 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_do_slowpath()1364 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in tcp_do_slowpath()1367 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) in tcp_do_slowpath()1371 tp->snd_wl2 = th->th_ack; in tcp_do_slowpath()2007 if (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) { in tcp_fastack()[all …]
221 (u_long)tp->snd_wl1, (u_long)tp->snd_wl2, tp->snd_wnd); in tcp_trace()
1872 tp->snd_wl2 = th->th_ack; in tcp_do_segment()2972 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_do_segment()2973 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in tcp_do_segment()2976 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) in tcp_do_segment()2980 tp->snd_wl2 = th->th_ack; in tcp_do_segment()
181 tcp_seq snd_wl2; /* window update seg ack number */ member
2314 tp->snd_up, tp->snd_wl1, tp->snd_wl2); in db_print_tcpcb()
425 (u_long)tp->snd_wl2, tp->snd_wnd); in tcp_trace()
212 tcps_swl2 = p == NULL ? -1 : p->snd_wl2;