Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h31904 struct bpf_struct_ops { struct
31905 const struct bpf_verifier_ops *verifier_ops;
31906 int (*init)(struct btf *);
31907 int (*check_member)(const struct btf_type *, const struct btf_member *);
31908 int (*init_member)(const struct btf_type *, const struct btf_member *, void *, const void *);
31909 int (*reg)(void *);
31910 void (*unreg)(void *);
31911 const struct btf_type *type;
31912 const struct btf_type *value_type;
31913 const char *name;
[all …]