Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c533 tp->t_flags |= TF_ACKNOW; in ctf_ack_war_checks()
535 tp->t_flags &= ~TF_ACKNOW; in ctf_ack_war_checks()
537 tp->t_flags |= TF_ACKNOW; in ctf_ack_war_checks()
600 if (tp->t_flags & TF_ACKNOW) in ctf_drop_checks()
H A Dbbr.c4709 tp->t_flags |= TF_ACKNOW; in bbr_timeout_delack()
5169 tp->t_flags |= TF_ACKNOW; in bbr_timeout_rxt()
8264 tp->t_flags |= TF_ACKNOW; in bbr_process_data()
8305 tp->t_flags |= TF_ACKNOW; in bbr_process_data()
8370 tp->t_flags |= TF_ACKNOW; in bbr_process_data()
8410 if ((tp->t_flags & TF_ACKNOW) || in bbr_process_data()
8543 tp->t_flags |= TF_ACKNOW; in bbr_do_fastnewdata()
8820 tp->t_flags |= TF_ACKNOW; in bbr_do_syn_sent()
8868 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN | TF_SONOTCONN); in bbr_do_syn_sent()
9273 } else if (tp->t_flags & TF_ACKNOW) { in bbr_do_established()
[all …]
H A Drack.c7350 tp->t_flags |= TF_ACKNOW; in rack_timeout_delack()
7929 tp->t_flags |= TF_ACKNOW; in rack_timeout_rxt()
12175 tp->t_flags |= TF_ACKNOW; in rack_handle_delayed_ack()
12394 tp->t_flags |= TF_ACKNOW; in rack_process_data()
12459 tp->t_flags |= TF_ACKNOW; in rack_process_data()
12502 if ((tp->t_flags & TF_ACKNOW) || in rack_process_data()
12932 tp->t_flags |= TF_ACKNOW; in rack_do_syn_sent()
12994 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN | TF_SONOTCONN); in rack_do_syn_sent()
13382 } else if (tp->t_flags & TF_ACKNOW) { in rack_do_established()
13477 } else if (tp->t_flags & TF_ACKNOW) { in rack_do_close_wait()
[all …]
/freebsd/sys/netinet/
H A Dtcp_input.c548 tp->t_flags |= TF_ACKNOW; in cc_ecnpkt_handler_flags()
1890 if ((tp->t_flags & TF_ACKNOW) || in tcp_do_segment()
1957 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2079 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2112 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN | TF_SONOTCONN); in tcp_do_segment()
2301 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2319 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2372 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2423 } else if (tp->t_flags & TF_ACKNOW) in tcp_do_segment()
2815 if (tp->t_flags & TF_ACKNOW || in tcp_do_segment()
[all …]
H A Dtcp_timewait.c125 if (tp->t_flags & TF_ACKNOW) in tcp_twstart()
H A Dtcp_timer.c320 tp->t_flags |= TF_ACKNOW; in tcp_timer_delack()
807 tp->t_flags |= TF_ACKNOW; in tcp_timer_rexmt()
H A Dtcp_ecn.c357 tp->t_flags |= TF_ACKNOW; in tcp_ecn_input_segment()
H A Dtcp_output.c702 if (tp->t_flags & TF_ACKNOW) in tcp_default_output()
1131 if (tp->t_flags & TF_ACKNOW) in tcp_default_output()
1747 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in tcp_default_output()
H A Dtcp_sack.c983 tp->t_flags |= TF_ACKNOW; in tcp_sack_partialack()
H A Dtcp_var.h774 #define TF_ACKNOW 0x00000001 /* ack peer immediately */ macro
H A Dtcp_usrreq.c2833 if (t_flags & TF_ACKNOW) { in db_print_tflags()