Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c713 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 Dbbr.c8463 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 Drack.c12551 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 Dtcp_input.c1774 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 Dtcp_var.h372 tcp_seq last_ack_sent; member
H A Dtcp_output.c1746 tp->last_ack_sent = tp->rcv_nxt; in tcp_default_output()
H A Dtcp_syncache.c924 tp->last_ack_sent = tp->rcv_nxt; in syncache_socket()
H A Dtcp_usrreq.c3170 "%u\n", tp->ts_offset, tp->last_ack_sent, tp->snd_cwnd_prev); in db_print_tcpcb()
H A Dtcp_subr.c2202 tp->last_ack_sent = tp->rcv_nxt; in tcp_send_challenge_ack()
/freebsd/cddl/lib/libdtrace/
H A Dtcp.d233 tcps_rack = p == NULL ? 0 : p->last_ack_sent;
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c376 tp->last_ack_sent = tp->rcv_nxt; in make_established()