Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dbtf.h194 struct btf_enum64 { struct
195 __u32 name_off;
196 __u32 val_lo32;
197 __u32 val_hi32;
/linux-6.6.21/tools/include/uapi/linux/
Dbtf.h194 struct btf_enum64 { struct
195 __u32 name_off;
196 __u32 val_lo32;
197 __u32 val_hi32;
/linux-6.6.21/tools/lib/bpf/
Dbtf.h491 static inline struct btf_enum64 *btf_enum64(const struct btf_type *t) in btf_enum64() function
/linux-6.6.21/include/linux/
Dbtf.h452 static inline struct btf_enum64 *btf_enum64(const struct btf_type *t) in btf_enum64() function