Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dtcp_input.c541 tp->t_flags |= TF_ACKNOW; in cc_ecnpkt_handler_flags()
1944 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2066 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2288 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2306 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
2359 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
3212 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
3242 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
3342 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
3417 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()
[all …]
H A Dtcp_timewait.c126 if (tp->t_flags & TF_ACKNOW) in tcp_twstart()
H A Dtcp_timer.c322 tp->t_flags |= TF_ACKNOW; in tcp_timer_delack()
797 tp->t_flags |= TF_ACKNOW; in tcp_timer_rexmt()
H A Dtcp_ecn.c347 tp->t_flags |= TF_ACKNOW; in tcp_ecn_input_segment()
H A Dtcp_output.c711 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.c869 tp->t_flags |= TF_ACKNOW; in tcp_sack_partialack()
H A Dtcp_var.h779 #define TF_ACKNOW 0x00000001 /* ack peer immediately */ macro
H A Dtcp_usrreq.c2844 if (t_flags & TF_ACKNOW) { in db_print_tflags()
/freebsd-14.2/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c557 tp->t_flags |= TF_ACKNOW; in ctf_ack_war_checks()
559 tp->t_flags &= ~TF_ACKNOW; in ctf_ack_war_checks()
561 tp->t_flags |= TF_ACKNOW; in ctf_ack_war_checks()
625 if (tp->t_flags & TF_ACKNOW) in _ctf_drop_checks()
H A Dbbr.c4719 tp->t_flags |= TF_ACKNOW; in bbr_timeout_delack()
5169 tp->t_flags |= TF_ACKNOW; in bbr_timeout_rxt()
8272 tp->t_flags |= TF_ACKNOW; in bbr_process_data()
8313 tp->t_flags |= TF_ACKNOW; in bbr_process_data()
8378 tp->t_flags |= TF_ACKNOW; in bbr_process_data()
8418 if ((tp->t_flags & TF_ACKNOW) || in bbr_process_data()
8551 tp->t_flags |= TF_ACKNOW; in bbr_do_fastnewdata()
8828 tp->t_flags |= TF_ACKNOW; in bbr_do_syn_sent()
12683 if (tp->t_flags & TF_ACKNOW) { in bbr_output_wtime()
13233 if (tp->t_flags & TF_ACKNOW) in bbr_output_wtime()
[all …]
H A Drack.c7511 tp->t_flags |= TF_ACKNOW; in rack_timeout_delack()
8056 tp->t_flags |= TF_ACKNOW; in rack_timeout_rxt()
12564 tp->t_flags |= TF_ACKNOW; in rack_handle_delayed_ack()
12776 tp->t_flags |= TF_ACKNOW; in rack_process_data()
12841 tp->t_flags |= TF_ACKNOW; in rack_process_data()
12884 if ((tp->t_flags & TF_ACKNOW) || in rack_process_data()
13319 tp->t_flags |= TF_ACKNOW; in rack_do_syn_sent()
16178 if (tp->t_flags && TF_ACKNOW) in rack_do_compressed_ack_processing()
21026 if (tp->t_flags & TF_ACKNOW) { in rack_output()
21696 if (tp->t_flags & TF_ACKNOW) in rack_output()
[all …]