Searched refs:TF_ACKNOW (Results 1 – 11 of 11) sorted by relevance
546 tp->t_flags |= TF_ACKNOW; in ctf_drop_checks()564 tp->t_flags |= TF_ACKNOW; in ctf_drop_checks()593 tp->t_flags |= TF_ACKNOW; in ctf_drop_checks()641 tp->t_flags |= TF_ACKNOW; in ctf_do_dropafterack()
4732 tp->t_flags |= TF_ACKNOW; in bbr_timeout_delack()5189 tp->t_flags |= TF_ACKNOW; in bbr_timeout_rxt()8338 tp->t_flags |= TF_ACKNOW; in bbr_process_data()8377 tp->t_flags |= TF_ACKNOW; in bbr_process_data()8436 tp->t_flags |= TF_ACKNOW; in bbr_process_data()8477 if ((tp->t_flags & TF_ACKNOW) || in bbr_process_data()8626 tp->t_flags |= TF_ACKNOW; in bbr_do_fastnewdata()8917 tp->t_flags |= TF_ACKNOW; in bbr_do_syn_sent()12824 if (tp->t_flags & TF_ACKNOW) { in bbr_output_wtime()13381 if (tp->t_flags & TF_ACKNOW) in bbr_output_wtime()[all …]
5334 tp->t_flags |= TF_ACKNOW; in rack_timeout_delack()5784 tp->t_flags |= TF_ACKNOW; in rack_timeout_rxt()8513 tp->t_flags |= TF_ACKNOW; in rack_handle_delayed_ack()8689 tp->t_flags |= TF_ACKNOW; in rack_process_data()8753 tp->t_flags |= TF_ACKNOW; in rack_process_data()8796 if ((tp->t_flags & TF_ACKNOW) || in rack_process_data()9243 tp->t_flags |= TF_ACKNOW; in rack_do_syn_sent()10927 tp->t_flags |= TF_ACKNOW; in rack_do_segment_nounlock()12761 if (tp->t_flags & TF_ACKNOW) { in rack_output()13348 if (tp->t_flags & TF_ACKNOW) in rack_output()[all …]
559 tp->t_flags |= TF_ACKNOW; in cc_ecnpkt_handler()1584 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()1937 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()2050 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()2289 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()2307 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()2356 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()3158 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()3312 tp->t_flags |= TF_ACKNOW; in tcp_do_segment()3970 tp->t_flags |= TF_ACKNOW; in tcp_prr_partialack()[all …]
292 tp->t_flags |= TF_ACKNOW; in tcp_timer_delack()871 tp->t_flags |= TF_ACKNOW; in tcp_timer_rexmt()
703 if (tp->t_flags & TF_ACKNOW) in tcp_output()1111 if (tp->t_flags & TF_ACKNOW) in tcp_output()1692 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in tcp_output()
332 acknow = tp->t_flags & TF_ACKNOW; in tcp_twstart()
802 tp->t_flags |= TF_ACKNOW; in tcp_sack_partialack()
371 #define TF_ACKNOW 0x00000001 /* ack peer immediately */ macro
2813 if (t_flags & TF_ACKNOW) { in db_print_tflags()