Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_output.c295 if (tp->t_flags & TF_NOOPT) { in tcp_tfo_check()
1617 if ((tp->t_flags & TF_NOOPT) == 0) { in tcp_output()
1649 if ((tp->t_flags & (TF_REQ_TSTMP | TF_NOOPT)) == TF_REQ_TSTMP && in tcp_output()
1662 if (SACK_ENABLED(tp) && ((tp->t_flags & TF_NOOPT) == 0)) { in tcp_output()
1707 if (tfo_enabled(tp) && !(tp->t_flags & TF_NOOPT) && in tcp_output()
1718 if (SACK_ENABLED(tp) && ((tp->t_flags & TF_NOOPT) == 0)) { in tcp_output()
H A Dtcp_var.h289 #define TF_NOOPT 0x00008 /* don't use tcp options */ macro
880 #define TF_NOOPT 0x00008 /* don't use tcp options */ macro
H A Dtcp_usrreq.c2204 opt = TF_NOOPT; in tcp_ctloutput()
2709 optval = tp->t_flags & TF_NOOPT; in tcp_ctloutput()
H A Dtcp_input.c2678 tp->t_flags |= tp0->t_flags & (TF_NOPUSH | TF_NOOPT | TF_NODELAY); in tcp_input()
6298 if ((tp->t_flags & (TF_REQ_TSTMP | TF_NOOPT)) == TF_REQ_TSTMP && in tcp_mss()
H A Dtcp_subr.c2883 if ((tp->t_flags & (TF_REQ_TSTMP | TF_NOOPT)) == TF_REQ_TSTMP && in tcp_mtudisc()