Home
last modified time | relevance | path

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

/Linux-v5.15/tools/include/uapi/linux/
Dbtf.h99 struct btf_enum { struct
100 __u32 name_off;
101 __s32 val;
/Linux-v5.15/include/uapi/linux/
Dbtf.h99 struct btf_enum { struct
100 __u32 name_off;
101 __s32 val;
/Linux-v5.15/tools/lib/bpf/
Dbtf.h351 static inline struct btf_enum *btf_enum(const struct btf_type *t) in btf_enum() function