Home
last modified time | relevance | path

Searched refs:snd_wl2 (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/sys/netinet/tcp_stacks/
HDfastpath.c191 (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 …]
/freebsd-11-stable/sys/netinet/
HDtcp_debug.c221 (u_long)tp->snd_wl1, (u_long)tp->snd_wl2, tp->snd_wnd); in tcp_trace()
HDtcp_input.c1872 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()
HDtcp_var.h181 tcp_seq snd_wl2; /* window update seg ack number */ member
HDtcp_usrreq.c2314 tp->snd_up, tp->snd_wl1, tp->snd_wl2); in db_print_tcpcb()
/freebsd-11-stable/usr.sbin/trpt/
HDtrpt.c425 (u_long)tp->snd_wl2, tp->snd_wnd); in tcp_trace()
/freebsd-11-stable/cddl/lib/libdtrace/
HDtcp.d212 tcps_swl2 = p == NULL ? -1 : p->snd_wl2;