Searched refs:last_ack_sent (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14-stable/sys/netinet/tcp_stacks/ |
| HD | rack_bbr_common.c | 723 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()
|
| HD | bbr.c | 8452 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 …]
|
| HD | rack.c | 12938 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/ |
| HD | tcp_input.c | 1767 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()
|
| HD | tcp_var.h | 368 tcp_seq last_ack_sent; member
|
| HD | tcp_output.c | 1739 tp->last_ack_sent = tp->rcv_nxt; in tcp_default_output()
|
| HD | tcp_syncache.c | 937 tp->last_ack_sent = tp->rcv_nxt; in syncache_socket()
|
| HD | tcp_usrreq.c | 3172 "%u\n", tp->ts_offset, tp->last_ack_sent, tp->snd_cwnd_prev); in db_print_tcpcb()
|
| HD | tcp_subr.c | 2258 tp->last_ack_sent = tp->rcv_nxt; in tcp_send_challenge_ack()
|
| /freebsd-14-stable/sys/dev/cxgbe/tom/ |
| HD | t4_cpl_io.c | 376 tp->last_ack_sent = tp->rcv_nxt; in make_established()
|