Searched refs:TF_NEEDSYN (Results 1 – 6 of 6) sorted by relevance
166 (V_tcp_delack_enabled || (tp->t_flags & TF_NEEDSYN)))643 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN); in tcp_do_slowpath()959 (tp->t_flags & TF_NEEDSYN)) in tcp_do_slowpath()1244 if (tp->t_flags & TF_NEEDSYN) { in tcp_do_slowpath()1252 tp->t_flags &= ~TF_NEEDSYN; in tcp_do_slowpath()1601 if (tp->t_flags & TF_NEEDSYN) in tcp_do_slowpath()1949 ((tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) == 0) && in tcp_do_segment_fastslow()2024 if (__predict_false(tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN))) { in tcp_fastack()
481 (V_tcp_delack_enabled || (tp->t_flags & TF_NEEDSYN)))1668 ((tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) == 0) && in tcp_do_segment()2054 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN); in tcp_do_segment()2372 (tp->t_flags & TF_NEEDSYN)) { in tcp_do_segment()2711 if (tp->t_flags & TF_NEEDSYN) { in tcp_do_segment()2719 tp->t_flags &= ~TF_NEEDSYN; in tcp_do_segment()3071 if (tp->t_flags & TF_NEEDSYN) in tcp_do_segment()
324 if (tp->t_flags & TF_NEEDSYN) in tcp_output()637 if (recwin > 0 && !(tp->t_flags & TF_NEEDSYN) && in tcp_output()677 ((flags & TH_SYN) && (tp->t_flags & TF_NEEDSYN) == 0)) in tcp_output()
294 #define TF_NEEDSYN 0x000400 /* send SYN (implicit state) */ macro
2076 if (t_flags & TF_NEEDSYN) { in db_print_tflags()
608 #if defined(TF_NEEDSYN) && defined(TF_NEEDFIN) in protopr()610 if (tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) in protopr()