Searched refs:TF_NEEDFIN (Results 1 – 8 of 8) sorted by relevance
154 } else if ((flags & TH_FIN || tp->t_flags & TF_NEEDFIN) && in tcp_offload_output()
1723 ((tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) == 0) && in tcp_do_segment()2048 if (tp->t_flags & TF_NEEDFIN) { in tcp_do_segment()2051 tp->t_flags &= ~TF_NEEDFIN; in tcp_do_segment()2461 if (tp->t_flags & TF_NEEDFIN) { in tcp_do_segment()2464 tp->t_flags &= ~TF_NEEDFIN; in tcp_do_segment()
358 if (tp->t_flags & TF_NEEDFIN) in tcp_default_output()971 if (tp->t_flags & TF_NEEDFIN) in tcp_default_output()
772 #define TF_NEEDFIN 0x00000800 /* send FIN (implicit state) */ macro
2648 tp->t_flags |= TF_NEEDFIN; in tcp_usrclosed()
529 #if defined(TF_NEEDSYN) && defined(TF_NEEDFIN) in protopr()531 if (tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) in protopr()
8442 if (__predict_false((tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN)))) { in bbr_do_fastnewdata()8574 if (__predict_false(tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN))) { in bbr_fastack()8842 if (tp->t_flags & TF_NEEDFIN) { in bbr_do_syn_sent()8844 tp->t_flags &= ~TF_NEEDFIN; in bbr_do_syn_sent()9086 if (tp->t_flags & TF_NEEDFIN) { in bbr_do_syn_recv()9088 tp->t_flags &= ~TF_NEEDFIN; in bbr_do_syn_recv()12248 if (tp->t_flags & TF_NEEDFIN && (rsm == NULL)) in bbr_output_wtime()
12411 if (__predict_false((tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN)))) { in rack_do_fastnewdata()12537 if (__predict_false(tp->t_flags & (TF_NEEDSYN | TF_NEEDFIN))) { in rack_fastack()12849 if (tp->t_flags & TF_NEEDFIN) { in rack_do_syn_sent()12851 tp->t_flags &= ~TF_NEEDFIN; in rack_do_syn_sent()13071 if (tp->t_flags & TF_NEEDFIN) { in rack_do_syn_recv()13073 tp->t_flags &= ~TF_NEEDFIN; in rack_do_syn_recv()20207 if (tp->t_flags & TF_NEEDFIN) in rack_output()20772 ((tp->t_flags & TF_NEEDFIN) == 0) && in rack_output()21296 if (tp->t_flags & TF_NEEDFIN) { in rack_output()22394 ((tp->t_flags & TF_NEEDFIN) == 0) && in rack_output()[all …]