Searched refs:TF_NEEDFIN (Results 1 – 9 of 9) sorted by relevance
156 } else if ((flags & TH_FIN || tp->t_flags & TF_NEEDFIN) && in tcp_offload_output()
1753 ((tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) == 0) && in tcp_do_segment()2065 if (tp->t_flags & TF_NEEDFIN) { in tcp_do_segment()2067 tp->t_flags &= ~TF_NEEDFIN; in tcp_do_segment()2442 if (tp->t_flags & TF_NEEDFIN) { in tcp_do_segment()2444 tp->t_flags &= ~TF_NEEDFIN; in tcp_do_segment()
347 if (tp->t_flags & TF_NEEDFIN) in tcp_output()966 if (tp->t_flags & TF_NEEDFIN) in tcp_output()
382 #define TF_NEEDFIN 0x00000800 /* send FIN (implicit state) */ macro
2718 tp->t_flags |= TF_NEEDFIN; in tcp_usrclosed()2857 if (t_flags & TF_NEEDFIN) { in db_print_tflags()
546 #if defined(TF_NEEDSYN) && defined(TF_NEEDFIN) in protopr()548 if (tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) in protopr()
8844 if (__predict_false((tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN)))) { in rack_do_fastnewdata()8988 if (__predict_false(tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN))) { in rack_fastack()9271 if (tp->t_flags & TF_NEEDFIN) { in rack_do_syn_sent()9273 tp->t_flags &= ~TF_NEEDFIN; in rack_do_syn_sent()9486 if (tp->t_flags & TF_NEEDFIN) { in rack_do_syn_recv()9488 tp->t_flags &= ~TF_NEEDFIN; in rack_do_syn_recv()12278 if (tp->t_flags & TF_NEEDFIN) in rack_output()13178 if (tp->t_flags & TF_NEEDFIN) { in rack_output()
8526 if (__predict_false((tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN)))) { in bbr_do_fastnewdata()8674 if (__predict_false(tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN))) { in bbr_fastack()8946 if (tp->t_flags & TF_NEEDFIN) { in bbr_do_syn_sent()8948 tp->t_flags &= ~TF_NEEDFIN; in bbr_do_syn_sent()9187 if (tp->t_flags & TF_NEEDFIN) { in bbr_do_syn_recv()9189 tp->t_flags &= ~TF_NEEDFIN; in bbr_do_syn_recv()12400 if (tp->t_flags & TF_NEEDFIN && (rsm == NULL)) in bbr_output_wtime()