Searched refs:TE_SENDECE (Results 1 – 3 of 3) sorted by relevance
539 #define TE_SENDECE 0x00000010 /* Next packet should have TCP ECE set, only used for c… macro
2997 tp->ecn_flags &= ~TE_SENDECE; in tcp_input()3040 tp->ecn_flags |= TE_SENDECE; in tcp_input()
2322 if ((tp->ecn_flags & TE_SENDECE) != 0 && len == 0) { in tcp_output()