Searched refs:last_ack_sent (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.c | 674 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 D | rack.c | 8858 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 D | bbr.c | 8540 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 D | tcp_input.c | 1764 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 D | tcp_var.h | 172 tcp_seq last_ack_sent; member
|
| H A D | tcp_output.c | 1691 tp->last_ack_sent = tp->rcv_nxt; in tcp_output()
|
| H A D | tcp_syncache.c | 1055 tp->last_ack_sent = tp->rcv_nxt; in syncache_socket()
|
| H A D | tcp_usrreq.c | 3035 "%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 D | tcp_var.h | 172 tcp_seq last_ack_sent; member
|