Home
last modified time | relevance | path

Searched refs:TF_NOOPT (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_output.c276 if (tp->t_flags & TF_NOOPT) { in tcp_tfo_check()
2068 if ((tp->t_flags & TF_NOOPT) == 0) { in tcp_output()
2104 if ((tp->t_flags & (TF_REQ_TSTMP | TF_NOOPT)) == TF_REQ_TSTMP && in tcp_output()
2119 if (SACK_ENABLED(tp) && ((tp->t_flags & TF_NOOPT) == 0)) { in tcp_output()
2164 if (TFO_ENABLED(tp) && !(tp->t_flags & TF_NOOPT) && in tcp_output()
2175 if (SACK_ENABLED(tp) && ((tp->t_flags & TF_NOOPT) == 0)) { in tcp_output()
H A Dtcp_var.h434 #define TF_NOOPT 0x00008 /* don't use tcp options */ macro
1130 #define TF_NOOPT 0x00008 /* don't use tcp options */ macro
H A Dtcp_usrreq.c2337 opt = TF_NOOPT; in tcp_ctloutput()
2860 optval = tp->t_flags & TF_NOOPT; in tcp_ctloutput()
H A Dtcp_input.c2501 tp->t_flags |= otp->t_flags & (TF_NOPUSH | TF_NOOPT | TF_NODELAY); in tcp_create_server_socket()
7221 if ((tp->t_flags & (TF_REQ_TSTMP | TF_NOOPT)) == TF_REQ_TSTMP && in tcp_mss()
H A Dtcp_subr.c3198 if ((tp->t_flags & (TF_REQ_TSTMP | TF_NOOPT)) == TF_REQ_TSTMP && in tcp_mtudisc()