Lines Matching refs:TF_ACKNOW
4709 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()
9370 } else if (tp->t_flags & TF_ACKNOW) { in bbr_do_close_wait()
9501 } else if (tp->t_flags & TF_ACKNOW) { in bbr_do_fin_wait_1()
9617 } else if (tp->t_flags & TF_ACKNOW) { in bbr_do_closing()
9719 } else if (tp->t_flags & TF_ACKNOW) { in bbr_do_lastack()
9833 } else if (tp->t_flags & TF_ACKNOW) { in bbr_do_fin_wait_2()
11547 (tp->t_flags & TF_ACKNOW)) { in bbr_do_segment_nounlock()
11911 if ((tp->t_flags & TF_ACKNOW) == 0) { in bbr_output_wtime()
12679 if (tp->t_flags & TF_ACKNOW) { in bbr_output_wtime()
12790 if ((len == 0) && ((tp->t_flags & TF_ACKNOW) == 0)) { in bbr_output_wtime()
13225 if (tp->t_flags & TF_ACKNOW) in bbr_output_wtime()
13976 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in bbr_output_wtime()
13993 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in bbr_output_wtime()
14467 tp->t_flags |= TF_ACKNOW; in bbr_set_sockopt()