Searched refs:TCP_ECN_SEEN (Results 1 – 3 of 3) sorted by relevance
397 #define TCP_ECN_SEEN 8 macro
231 if (tp->ecn_flags & TCP_ECN_SEEN) in __tcp_ecn_check_ce()243 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()248 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce()
2630 if (tp->ecn_flags & TCP_ECN_SEEN) in tcp_get_info()