DST_FEATURE_ECN_CA  188 include/net/dst.h #define DST_FEATURE_MASK	(DST_FEATURE_ECN_CA)
DST_FEATURE_ECN_CA  189 include/net/dst.h #define DST_FEATURE_ECN_MASK	(DST_FEATURE_ECN_CA | RTAX_FEATURE_ECN)
DST_FEATURE_ECN_CA  977 net/ipv4/fib_semantics.c 			fi_val &= ~DST_FEATURE_ECN_CA;
DST_FEATURE_ECN_CA   62 net/ipv4/metrics.c 		metrics[RTAX_FEATURES - 1] |= DST_FEATURE_ECN_CA;
DST_FEATURE_ECN_CA 6426 net/ipv4/tcp_input.c 	    (ecn_ok_dst & DST_FEATURE_ECN_CA) ||