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