Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c674 if ((SEQ_GEQ(th->th_seq, (tp->last_ack_sent - 1)) && in ctf_process_rst()
675 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) || in ctf_process_rst()
676 (tp->rcv_wnd == 0 && tp->last_ack_sent == th->th_seq)) { in ctf_process_rst()
682 (tp->last_ack_sent == th->th_seq) || in ctf_process_rst()
684 ((tp->last_ack_sent - 1) == th->th_seq)) { in ctf_process_rst()
712 tp->last_ack_sent = tp->rcv_nxt; in ctf_process_rst()
734 SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in ctf_challenge_ack()
735 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) { in ctf_challenge_ack()
743 tp->last_ack_sent = tp->rcv_nxt; in ctf_challenge_ack()
H A Drack.c8858 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in rack_do_fastnewdata()
9047 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in rack_fastack()
9451 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in rack_do_syn_recv()
9452 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in rack_do_syn_recv()
9646 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in rack_do_established()
9741 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in rack_do_close_wait()
9874 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in rack_do_fin_wait_1()
9997 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in rack_do_closing()
10106 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in rack_do_lastack()
10217 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in rack_do_fin_wait_2()
[all …]
H A Dbbr.c8540 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in bbr_do_fastnewdata()
8738 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in bbr_fastack()
9131 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in bbr_do_syn_recv()
9132 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in bbr_do_syn_recv()
9345 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in bbr_do_established()
9441 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in bbr_do_close_wait()
9574 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in bbr_do_fin_wait_1()
9701 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in bbr_do_closing()
9814 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in bbr_do_lastack()
9934 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in bbr_do_fin_wait_2()
[all …]
/f-stack/freebsd/netinet/
H A Dtcp_input.c1764 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in tcp_do_segment()
2159 if ((SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in tcp_do_segment()
2160 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) || in tcp_do_segment()
2161 (tp->rcv_wnd == 0 && tp->last_ack_sent == th->th_seq)) { in tcp_do_segment()
2167 tp->last_ack_sent == th->th_seq) { in tcp_do_segment()
2191 tp->last_ack_sent = tp->rcv_nxt; in tcp_do_segment()
2206 SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in tcp_do_segment()
2207 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) { in tcp_do_segment()
2214 tp->last_ack_sent = tp->rcv_nxt; in tcp_do_segment()
2386 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in tcp_do_segment()
[all …]
H A Dtcp_var.h172 tcp_seq last_ack_sent; member
H A Dtcp_output.c1691 tp->last_ack_sent = tp->rcv_nxt; in tcp_output()
H A Dtcp_syncache.c1055 tp->last_ack_sent = tp->rcv_nxt; in syncache_socket()
H A Dtcp_usrreq.c3035 "%u\n", tp->ts_offset, tp->last_ack_sent, tp->snd_cwnd_prev); in db_print_tcpcb()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h172 tcp_seq last_ack_sent; member