Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_var.h429 #define TE_SENDECE 0x0010 /* Indicate that the next packet should have the TCP ECE fl… macro
H A Dtcp_output.c1903 if ((tp->ecn_flags & TE_SENDECE) != 0 && len == 0) { in tcp_output()
H A Dtcp_input.c2752 tp->ecn_flags &= ~TE_SENDECE; in tcp_input()
2775 tp->ecn_flags |= TE_SENDECE; in tcp_input()