Searched defs:bpf_struct_ops (Results 1 – 1 of 1) sorted by relevance
31904 struct bpf_struct_ops { struct31905 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 …]