set_ce            932 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c 	bool trap_en, set_ce = false;
set_ce            935 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c 	trap_en = !!__INET_ECN_decapsulate(outer_ecn, inner_ecn, &set_ce);
set_ce            936 drivers/net/ethernet/mellanox/mlxsw/spectrum_nve.c 	new_inner_ecn = set_ce ? INET_ECN_CE : inner_ecn;
set_ce            235 include/net/inet_ecn.h static inline int __INET_ECN_decapsulate(__u8 outer, __u8 inner, bool *set_ce)
set_ce            249 include/net/inet_ecn.h 	*set_ce = INET_ECN_is_ce(outer);
set_ce            256 include/net/inet_ecn.h 	bool set_ce = false;
set_ce            259 include/net/inet_ecn.h 	rc = __INET_ECN_decapsulate(outer, inner, &set_ce);
set_ce            261 include/net/inet_ecn.h 		if (set_ce)