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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_var.h330 #define TE_SENDECE 0x10 /* Indicate that the next packet should have the TCP ECE flag set */ macro
H A Dtcp_output.c1118 if ((tp->ecn_flags & TE_SENDECE) != 0 && len == 0) {
H A Dtcp_input.c2075 TE_SENDECE will be cleared when we receive a packet with TH_CWR set.
2081 tp->ecn_flags |= TE_SENDECE;
2085 Clear TE_SENDECE if TH_CWR is set. This is harmless, so we don't
2089 tp->ecn_flags &= ~TE_SENDECE;

Completed in 32 milliseconds