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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c679 if ((flags & TH_SYN) && (tp->t_flags & TF_NOOPT)) {
1017 if ((tp->t_flags & TF_NOOPT) == 0) {
1127 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&
1144 if (tp->sack_enable && ((tp->t_flags & TF_NOOPT) == 0)) {
H A Dtcp_var.h202 #define TF_NOOPT 0x00008 /* don't use tcp options */ macro
533 #define TF_NOOPT 0x00008 /* don't use tcp options */ macro
H A Dtcp_usrreq.c1361 opt = TF_NOOPT;
1543 optval = tp->t_flags & TF_NOOPT;
H A Dtcp_input.c1958 tp->t_flags |= tp0->t_flags & (TF_NOPUSH|TF_NOOPT|TF_NODELAY);
4491 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&
H A Dtcp_subr.c2089 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&

Completed in 36 milliseconds