Searched refs:TE_SENDECE (Results 1 – 3 of 3) sorted by relevance
429 #define TE_SENDECE 0x0010 /* Indicate that the next packet should have the TCP ECE fl… macro
1903 if ((tp->ecn_flags & TE_SENDECE) != 0 && len == 0) { in tcp_output()
2752 tp->ecn_flags &= ~TE_SENDECE; in tcp_input()2775 tp->ecn_flags |= TE_SENDECE; in tcp_input()