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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_var.h347 #define TE_SENDECE 0x10 /* Indicate that the next packet should have the TCP ECE flag set */ macro
H A Dtcp_output.c1205 if ((tp->ecn_flags & TE_SENDECE) != 0 && len == 0) {
H A Dtcp_input.c2131 * TE_SENDECE will be cleared when we receive a packet with TH_CWR set.
2137 tp->ecn_flags |= TE_SENDECE;
2141 * Clear TE_SENDECE if TH_CWR is set. This is harmless, so we don't
2145 tp->ecn_flags &= ~TE_SENDECE;

Completed in 43 milliseconds