Searched refs:last_ack_sent (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack_bbr_common.c | 713 if ((SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in ctf_process_rst() 714 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) || in ctf_process_rst() 715 (tp->rcv_wnd == 0 && tp->last_ack_sent == th->th_seq)) { in ctf_process_rst() 721 (tp->last_ack_sent == th->th_seq) || in ctf_process_rst() 769 SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in ctf_challenge_ack() 770 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) { in ctf_challenge_ack() 779 tp->last_ack_sent = tp->rcv_nxt; in ctf_challenge_ack()
|
H A D | bbr.c | 8463 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in bbr_do_fastnewdata() 8645 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in bbr_fastack() 9034 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in bbr_do_syn_recv() 9035 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in bbr_do_syn_recv() 9258 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in bbr_do_established() 9259 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in bbr_do_established() 9355 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in bbr_do_close_wait() 9356 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in bbr_do_close_wait() 9486 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in bbr_do_fin_wait_1() 9487 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in bbr_do_fin_wait_1() [all …]
|
H A D | rack.c | 12551 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in rack_do_fastnewdata() 12722 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in rack_fastack() 13158 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in rack_do_syn_recv() 13159 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in rack_do_syn_recv() 13366 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in rack_do_established() 13367 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in rack_do_established() 13461 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in rack_do_close_wait() 13462 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in rack_do_close_wait() 13593 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in rack_do_fin_wait_1() 13594 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in rack_do_fin_wait_1() [all …]
|
/freebsd/sys/netinet/ |
H A D | tcp_input.c | 1774 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in tcp_do_segment() 2173 if ((SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in tcp_do_segment() 2174 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) || in tcp_do_segment() 2175 (tp->rcv_wnd == 0 && tp->last_ack_sent == th->th_seq)) { in tcp_do_segment() 2181 tp->last_ack_sent == th->th_seq) { in tcp_do_segment() 2218 SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in tcp_do_segment() 2219 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) { in tcp_do_segment() 2402 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in tcp_do_segment() 2403 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in tcp_do_segment()
|
H A D | tcp_var.h | 372 tcp_seq last_ack_sent; member
|
H A D | tcp_output.c | 1746 tp->last_ack_sent = tp->rcv_nxt; in tcp_default_output()
|
H A D | tcp_syncache.c | 924 tp->last_ack_sent = tp->rcv_nxt; in syncache_socket()
|
H A D | tcp_usrreq.c | 3170 "%u\n", tp->ts_offset, tp->last_ack_sent, tp->snd_cwnd_prev); in db_print_tcpcb()
|
H A D | tcp_subr.c | 2202 tp->last_ack_sent = tp->rcv_nxt; in tcp_send_challenge_ack()
|
/freebsd/cddl/lib/libdtrace/ |
H A D | tcp.d | 233 tcps_rack = p == NULL ? 0 : p->last_ack_sent;
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_cpl_io.c | 376 tp->last_ack_sent = tp->rcv_nxt; in make_established()
|