Searched refs:TF_NEEDFIN (Results 1 – 8 of 8) sorted by relevance
155 } else if ((flags & TH_FIN || tp->t_flags & TF_NEEDFIN) && in tcp_offload_output()
1756 ((tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) == 0) && in tcp_do_segment()2081 if (tp->t_flags & TF_NEEDFIN) { in tcp_do_segment()2084 tp->t_flags &= ~TF_NEEDFIN; in tcp_do_segment()2497 if (tp->t_flags & TF_NEEDFIN) { in tcp_do_segment()2500 tp->t_flags &= ~TF_NEEDFIN; in tcp_do_segment()
347 if (tp->t_flags & TF_NEEDFIN) in tcp_default_output()983 if (tp->t_flags & TF_NEEDFIN) in tcp_default_output()
790 #define TF_NEEDFIN 0x00000800 /* send FIN (implicit state) */ macro
2746 tp->t_flags |= TF_NEEDFIN; in tcp_usrclosed()2887 if (t_flags & TF_NEEDFIN) { in db_print_tflags()
523 #if defined(TF_NEEDSYN) && defined(TF_NEEDFIN) in protopr()525 if (tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) in protopr()
8438 if (__predict_false((tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN)))) { in bbr_do_fastnewdata()8570 if (__predict_false(tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN))) { in bbr_fastack()8838 if (tp->t_flags & TF_NEEDFIN) { in bbr_do_syn_sent()8840 tp->t_flags &= ~TF_NEEDFIN; in bbr_do_syn_sent()9082 if (tp->t_flags & TF_NEEDFIN) { in bbr_do_syn_recv()9084 tp->t_flags &= ~TF_NEEDFIN; in bbr_do_syn_recv()12236 if (tp->t_flags & TF_NEEDFIN && (rsm == NULL)) in bbr_output_wtime()
12924 if (__predict_false((tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN)))) { in rack_do_fastnewdata()13054 if (__predict_false(tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN))) { in rack_fastack()13346 if (tp->t_flags & TF_NEEDFIN) { in rack_do_syn_sent()13348 tp->t_flags &= ~TF_NEEDFIN; in rack_do_syn_sent()13571 if (tp->t_flags & TF_NEEDFIN) { in rack_do_syn_recv()13573 tp->t_flags &= ~TF_NEEDFIN; in rack_do_syn_recv()20482 if (tp->t_flags & TF_NEEDFIN) in rack_output()21048 ((tp->t_flags & TF_NEEDFIN) == 0) && in rack_output()21495 if (tp->t_flags & TF_NEEDFIN) { in rack_output()22570 ((tp->t_flags & TF_NEEDFIN) == 0) && in rack_output()[all …]