Searched defs:btf_enum (Results 1 – 2 of 2) sorted by relevance
98 struct btf_enum { struct99 __u32 name_off;100 __s32 val;
257 static inline struct btf_enum *btf_enum(const struct btf_type *t) in btf_enum() function