Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_debug.c223 (u_long)tp->snd_wl1, (u_long)tp->snd_wl2, (u_long)tp->snd_wnd); in tcp_trace()
H A Dtcp_input.c1842 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()
H A Dtcp_var.h189 tcp_seq snd_wl2; /* window update seg ack number */ member
H A Dtcp_usrreq.c2981 tp->snd_up, tp->snd_wl1, tp->snd_wl2); in db_print_tcpcb()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h189 tcp_seq snd_wl2; /* window update seg ack number */ member
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c8545 (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()
H A Dbbr.c8225 (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()