Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c529 tp->t_flags |= TF_ACKNOW; in ctf_ack_war_checks()
531 tp->t_flags &= ~TF_ACKNOW; in ctf_ack_war_checks()
533 tp->t_flags |= TF_ACKNOW; in ctf_ack_war_checks()
596 if (tp->t_flags & TF_ACKNOW) in ctf_drop_checks()
H A Dbbr.c4702 tp->t_flags |= TF_ACKNOW; in bbr_timeout_delack()
5162 tp->t_flags |= TF_ACKNOW; in bbr_timeout_rxt()
8257 tp->t_flags |= TF_ACKNOW; in bbr_process_data()
8298 tp->t_flags |= TF_ACKNOW; in bbr_process_data()
8363 tp->t_flags |= TF_ACKNOW; in bbr_process_data()
8403 if ((tp->t_flags & TF_ACKNOW) || in bbr_process_data()
8536 tp->t_flags |= TF_ACKNOW; in bbr_do_fastnewdata()
8813 tp->t_flags |= TF_ACKNOW; in bbr_do_syn_sent()
8861 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN | TF_SONOTCONN); in bbr_do_syn_sent()
9266 } else if (tp->t_flags & TF_ACKNOW) { in bbr_do_established()
[all …]
H A Drack.c7221 tp->t_flags |= TF_ACKNOW; in rack_timeout_delack()
7801 tp->t_flags |= TF_ACKNOW; in rack_timeout_rxt()
12049 tp->t_flags |= TF_ACKNOW; in rack_handle_delayed_ack()
12268 tp->t_flags |= TF_ACKNOW; in rack_process_data()
12333 tp->t_flags |= TF_ACKNOW; in rack_process_data()
12376 if ((tp->t_flags & TF_ACKNOW) || in rack_process_data()
12806 tp->t_flags |= TF_ACKNOW; in rack_do_syn_sent()
12868 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN | TF_SONOTCONN); in rack_do_syn_sent()
13256 } else if (tp->t_flags & TF_ACKNOW) { in rack_do_established()
13351 } else if (tp->t_flags & TF_ACKNOW) { in rack_do_close_wait()
[all …]
/freebsd/sys/netinet/
H A Dtcp_input.c546 tp->t_flags |= TF_ACKNOW; in cc_ecnpkt_handler_flags()
1850 if ((tp->t_flags & TF_ACKNOW) || in tcp_do_segment()
1917 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2037 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2070 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN | TF_SONOTCONN); in tcp_do_segment()
2257 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2275 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2327 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2378 } else if (tp->t_flags & TF_ACKNOW) in tcp_do_segment()
2744 if (tp->t_flags & TF_ACKNOW || in tcp_do_segment()
[all …]
H A Dtcp_timewait.c145 if (tp->t_flags & TF_ACKNOW) in tcp_twstart()
H A Dtcp_timer.c319 tp->t_flags |= TF_ACKNOW; in tcp_timer_delack()
808 tp->t_flags |= TF_ACKNOW; in tcp_timer_rexmt()
H A Dtcp_ecn.c359 tp->t_flags |= TF_ACKNOW; in tcp_ecn_input_segment()
H A Dtcp_output.c699 if (tp->t_flags & TF_ACKNOW) in tcp_default_output()
1128 if (tp->t_flags & TF_ACKNOW) in tcp_default_output()
1735 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in tcp_default_output()
H A Dtcp_sack.c977 tp->t_flags |= TF_ACKNOW; in tcp_sack_partialack()
H A Dtcp_var.h761 #define TF_ACKNOW 0x00000001 /* ack peer immediately */ macro