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