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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_output.c700 if ((flags & TH_SYN) && (tp->t_flags & TF_NOOPT)) {
1099 if ((tp->t_flags & TF_NOOPT) == 0) {
1214 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&
1231 if (SACK_ENABLED(tp) && ((tp->t_flags & TF_NOOPT) == 0)) {
1275 if (SACK_ENABLED(tp) && ((tp->t_flags & TF_NOOPT) == 0)) {
H A Dtcp_var.h226 #define TF_NOOPT 0x00008 /* don't use tcp options */ macro
635 #define TF_NOOPT 0x00008 /* don't use tcp options */ macro
H A Dtcp_usrreq.c1701 opt = TF_NOOPT;
2030 optval = tp->t_flags & TF_NOOPT;
H A Dtcp_input.c2071 tp->t_flags |= tp0->t_flags & (TF_NOPUSH|TF_NOOPT|TF_NODELAY);
4848 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&
H A Dtcp_subr.c2118 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&

Completed in 35 milliseconds