Home
last modified time | relevance | path

Searched refs:last_ack_sent (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/sys/netinet/tcp_stacks/
HDrack_bbr_common.c723 if ((SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in __ctf_process_rst()
724 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) || in __ctf_process_rst()
725 (tp->rcv_wnd == 0 && tp->last_ack_sent == th->th_seq)) { in __ctf_process_rst()
731 (tp->last_ack_sent == th->th_seq) || in __ctf_process_rst()
788 tp->last_ack_sent = tp->rcv_nxt; in __ctf_process_rst()
811 SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in ctf_challenge_ack()
812 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) { in ctf_challenge_ack()
821 tp->last_ack_sent = tp->rcv_nxt; in ctf_challenge_ack()
HDbbr.c8452 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in bbr_do_fastnewdata()
8634 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in bbr_fastack()
9023 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in bbr_do_syn_recv()
9024 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in bbr_do_syn_recv()
9247 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in bbr_do_established()
9248 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in bbr_do_established()
9344 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in bbr_do_close_wait()
9345 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in bbr_do_close_wait()
9475 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in bbr_do_fin_wait_1()
9476 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in bbr_do_fin_wait_1()
[all …]
HDrack.c12938 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in rack_do_fastnewdata()
13113 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in rack_fastack()
13532 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in rack_do_syn_recv()
13533 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in rack_do_syn_recv()
13743 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in rack_do_established()
13744 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in rack_do_established()
13843 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in rack_do_close_wait()
13844 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in rack_do_close_wait()
13980 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in rack_do_fin_wait_1()
13981 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in rack_do_fin_wait_1()
[all …]
/freebsd-14-stable/sys/netinet/
HDtcp_input.c1767 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in tcp_do_segment()
2164 if ((SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in tcp_do_segment()
2165 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) || in tcp_do_segment()
2166 (tp->rcv_wnd == 0 && tp->last_ack_sent == th->th_seq)) { in tcp_do_segment()
2172 tp->last_ack_sent == th->th_seq) { in tcp_do_segment()
2209 SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in tcp_do_segment()
2210 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) { in tcp_do_segment()
2393 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in tcp_do_segment()
2394 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in tcp_do_segment()
HDtcp_var.h368 tcp_seq last_ack_sent; member
HDtcp_output.c1739 tp->last_ack_sent = tp->rcv_nxt; in tcp_default_output()
HDtcp_syncache.c937 tp->last_ack_sent = tp->rcv_nxt; in syncache_socket()
HDtcp_usrreq.c3172 "%u\n", tp->ts_offset, tp->last_ack_sent, tp->snd_cwnd_prev); in db_print_tcpcb()
HDtcp_subr.c2258 tp->last_ack_sent = tp->rcv_nxt; in tcp_send_challenge_ack()
/freebsd-14-stable/sys/dev/cxgbe/tom/
HDt4_cpl_io.c376 tp->last_ack_sent = tp->rcv_nxt; in make_established()