Searched refs:TF_ACKNOW (Results 1 – 10 of 10) sorted by relevance
529 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()
4702 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 …]
7221 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 …]
546 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 …]
145 if (tp->t_flags & TF_ACKNOW) in tcp_twstart()
319 tp->t_flags |= TF_ACKNOW; in tcp_timer_delack()808 tp->t_flags |= TF_ACKNOW; in tcp_timer_rexmt()
359 tp->t_flags |= TF_ACKNOW; in tcp_ecn_input_segment()
699 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()
977 tp->t_flags |= TF_ACKNOW; in tcp_sack_partialack()
761 #define TF_ACKNOW 0x00000001 /* ack peer immediately */ macro