Searched refs:TF_NOOPT (Results 1 – 4 of 4) sorted by relevance
523 if ((tp->t_flags & TF_NOOPT) == 0) { in tcp_output()564 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP && in tcp_output()615 (tp->t_flags & (TF_SACK_PERMIT|TF_NOOPT)) == TF_SACK_PERMIT && in tcp_output()
83 #define TF_NOOPT 0x0008U /* don't use tcp options */ macro
373 if (tp && (tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP && in tcp_respond()
2920 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP && in tcp_mss() 2977 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP && in tcp_hdrsz()