Home
last modified time | relevance | path

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

/Linux-v6.1/tools/include/uapi/linux/
Dbtf.h105 struct btf_enum { struct
106 __u32 name_off;
107 __s32 val;
/Linux-v6.1/include/uapi/linux/
Dbtf.h105 struct btf_enum { struct
106 __u32 name_off;
107 __s32 val;
/Linux-v6.1/tools/lib/bpf/
Dbtf.h484 static inline struct btf_enum *btf_enum(const struct btf_type *t) in btf_enum() function
/Linux-v6.1/include/linux/
Dbtf.h384 static inline struct btf_enum *btf_enum(const struct btf_type *t) in btf_enum() function