Lines Matching defs:bpf_struct_ops
31904 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;
31914 struct btf_func_model func_models[64];
31915 u32 type_id;
31916 u32 value_id;