Searched refs:TF_NOOPT (Results 1 – 5 of 5) sorted by relevance
316 if (tp->t_flags & TF_NOOPT) { in tcp_tfo_check()1870 if ((tp->t_flags & TF_NOOPT) == 0) { in tcp_output()1902 if ((tp->t_flags & (TF_REQ_TSTMP | TF_NOOPT)) == TF_REQ_TSTMP && in tcp_output()1915 if (SACK_ENABLED(tp) && ((tp->t_flags & TF_NOOPT) == 0)) { in tcp_output()1960 if (TFO_ENABLED(tp) && !(tp->t_flags & TF_NOOPT) && in tcp_output()1971 if (SACK_ENABLED(tp) && ((tp->t_flags & TF_NOOPT) == 0)) { in tcp_output()
395 #define TF_NOOPT 0x00008 /* don't use tcp options */ macro1106 #define TF_NOOPT 0x00008 /* don't use tcp options */ macro
2333 opt = TF_NOOPT; in tcp_ctloutput()2859 optval = tp->t_flags & TF_NOOPT; in tcp_ctloutput()
2883 tp->t_flags |= tp0->t_flags & (TF_NOPUSH | TF_NOOPT | TF_NODELAY); in tcp_input()7024 if ((tp->t_flags & (TF_REQ_TSTMP | TF_NOOPT)) == TF_REQ_TSTMP && in tcp_mss()
2963 if ((tp->t_flags & (TF_REQ_TSTMP | TF_NOOPT)) == TF_REQ_TSTMP && in tcp_mtudisc()