Searched refs:TF_ENABLE_ECN (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_var.h269 #define TF_ENABLE_ECN 0x2000000 /* Enable ECN */ macro
H A Dtcp_output.c1199 if ((tcp_ecn_inbound || (tp->t_flags & TF_ENABLE_ECN))
1232 } else if ((tcp_ecn_outbound || (tp->t_flags & TF_ENABLE_ECN))
H A Dtcp_usrreq.c1772 opt = TF_ENABLE_ECN;
2131 optval = (tp->t_flags & TF_ENABLE_ECN) ? 1 : 0;

Completed in 27 milliseconds