Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_var.h571 #define TE_SENDECE 0x00000010 /* Next packet should have TCP ECE set, only used for c… macro
H A Dtcp_input.c3532 tp->ecn_flags &= ~TE_SENDECE; in tcp_input()
3575 tp->ecn_flags |= TE_SENDECE; in tcp_input()
H A Dtcp_output.c2478 if ((tp->ecn_flags & TE_SENDECE) != 0 && len == 0) { in tcp_output()