Home
last modified time | relevance | path

Searched refs:snd_wl1 (Results 1 – 8 of 8) 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.c1899 tp->snd_wl1 = th->th_seq; in tcp_do_segment()
2107 tp->snd_wl1 = th->th_seq - 1; in tcp_do_segment()
2474 tp->snd_wl1 = th->th_seq - 1; in tcp_do_segment()
3013 (SEQ_LT(tp->snd_wl1, th->th_seq) || in tcp_do_segment()
3014 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_do_segment()
3021 tp->snd_wl1 = th->th_seq; in tcp_do_segment()
H A Dtcp_var.h187 tcp_seq snd_wl1; /* window update seg seq number */ member
H A Dtcp_syncache.c1049 tp->snd_wl1 = sc->sc_irs; in syncache_socket()
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.h187 tcp_seq snd_wl1; /* window update seg seq number */ member
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c8544 (SEQ_LT(tp->snd_wl1, th->th_seq) || in rack_process_data()
8545 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in rack_process_data()
8552 tp->snd_wl1 = th->th_seq; in rack_process_data()
8560 tp->snd_wl1 = th->th_seq; in rack_process_data()
8898 tp->snd_wl1 = th->th_seq; in rack_do_fastnewdata()
9015 tp->snd_wl1 = th->th_seq; in rack_fastack()
9307 tp->snd_wl1 = th->th_seq - 1; in rack_do_syn_sent()
9516 tp->snd_wl1 = th->th_seq - 1; in rack_do_syn_recv()
H A Dbbr.c8224 (SEQ_LT(tp->snd_wl1, th->th_seq) || in bbr_process_data()
8225 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in bbr_process_data()
8232 tp->snd_wl1 = th->th_seq; in bbr_process_data()
8240 tp->snd_wl1 = th->th_seq; in bbr_process_data()
8579 tp->snd_wl1 = th->th_seq; in bbr_do_fastnewdata()
8711 tp->snd_wl1 = th->th_seq; in bbr_fastack()
8982 tp->snd_wl1 = th->th_seq - 1; in bbr_do_syn_sent()
9217 tp->snd_wl1 = th->th_seq - 1; in bbr_do_syn_recv()