Home
last modified time | relevance | path

Searched defs:btf_enum (Results 1 – 3 of 3) sorted by relevance

/linux-5.10/include/uapi/linux/
Dbtf.h98 struct btf_enum { struct
99 __u32 name_off;
100 __s32 val;
/linux-5.10/tools/include/uapi/linux/
Dbtf.h98 struct btf_enum { struct
99 __u32 name_off;
100 __s32 val;
/linux-5.10/tools/lib/bpf/
Dbtf.h308 static inline struct btf_enum *btf_enum(const struct btf_type *t) in btf_enum() function