Searched refs:TF_NEEDSYN (Results 1 – 8 of 8) sorted by relevance
529 (V_tcp_delack_enabled || (tp->t_flags & TF_NEEDSYN)))1753 ((tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) == 0) && in tcp_do_segment()2086 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN); in tcp_do_segment()2400 (tp->t_flags & TF_NEEDSYN)) { in tcp_do_segment()2465 if (SEQ_GT(th->th_ack, tp->snd_una) && !(tp->t_flags & TF_NEEDSYN)) in tcp_do_segment()2805 if (tp->t_flags & TF_NEEDSYN) { in tcp_do_segment()2813 tp->t_flags &= ~TF_NEEDSYN; in tcp_do_segment()3224 if (tp->t_flags & TF_NEEDSYN) in tcp_do_segment()
349 if (tp->t_flags & TF_NEEDSYN) in tcp_output()659 if (recwin > 0 && !(tp->t_flags & TF_NEEDSYN) && in tcp_output()706 ((flags & TH_SYN) && (tp->t_flags & TF_NEEDSYN) == 0)) in tcp_output()
381 #define TF_NEEDSYN 0x00000400 /* send SYN (implicit state) */ macro
2853 if (t_flags & TF_NEEDSYN) { 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()
8247 if (tp->t_flags & TF_NEEDSYN) { in rack_process_ack()8254 tp->t_flags &= ~TF_NEEDSYN; in rack_process_ack()8748 if (tp->t_flags & TF_NEEDSYN) { in rack_process_data()9290 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN); in rack_do_syn_sent()9658 if (tp->t_flags & TF_NEEDSYN) { in rack_do_established()9753 if (tp->t_flags & TF_NEEDSYN) { in rack_do_close_wait()9886 if (tp->t_flags & TF_NEEDSYN) { in rack_do_fin_wait_1()10009 if (tp->t_flags & TF_NEEDSYN) { in rack_do_closing()10118 if (tp->t_flags & TF_NEEDSYN) { in rack_do_lastack()10229 if (tp->t_flags & TF_NEEDSYN) { in rack_do_fin_wait_2()[all …]
7846 if (tp->t_flags & TF_NEEDSYN) { in bbr_process_ack()7853 tp->t_flags &= ~TF_NEEDSYN; in bbr_process_ack()8431 if (tp->t_flags & TF_NEEDSYN) { in bbr_process_data()8965 tp->t_flags |= (TF_ACKNOW | TF_NEEDSYN); in bbr_do_syn_sent()9357 if (tp->t_flags & TF_NEEDSYN) { in bbr_do_established()9453 if (tp->t_flags & TF_NEEDSYN) { in bbr_do_close_wait()9586 if (tp->t_flags & TF_NEEDSYN) { in bbr_do_fin_wait_1()9713 if (tp->t_flags & TF_NEEDSYN) { in bbr_do_closing()9826 if (tp->t_flags & TF_NEEDSYN) { in bbr_do_lastack()9946 if (tp->t_flags & TF_NEEDSYN) { in bbr_do_fin_wait_2()[all …]