Searched defs:btf_enum (Results 1 – 4 of 4) sorted by relevance
106 struct btf_enum { struct107 __u32 name_off;108 __s32 val;
526 static inline struct btf_enum *btf_enum(const struct btf_type *t) in btf_enum() function
477 static inline struct btf_enum *btf_enum(const struct btf_type *t) in btf_enum() function