btf_id_set
struct btf_id_set;
bool btf_id_set_contains(const struct btf_id_set *set, u32 id);
struct btf_id_set;
static inline bool btf_id_set_contains(const struct btf_id_set *set, u32 id)
extern struct btf_id_set name;
#define BTF_SET_START(name) static struct btf_id_set __maybe_unused name = { 0 };
#define BTF_SET_START_GLOBAL(name) static struct btf_id_set __maybe_unused name = { 0 };
struct btf_id_set *aof;
BUILD_BUG_ON(offsetof(struct btf_id_set, cnt) != 0);
BUILD_BUG_ON(sizeof(struct btf_id_set) != sizeof(u32));
struct btf_id_set *new_aof;
struct btf_id_set *new_aof;
struct btf_id_set *set = NULL;
extern struct btf_id_set name;
#define BTF_SET_START(name) static struct btf_id_set __maybe_unused name = { 0 };
#define BTF_SET_START_GLOBAL(name) static struct btf_id_set __maybe_unused name = { 0 };