Lines Matching defs:bpf_struct_ops
40850 struct bpf_struct_ops { struct
40851 const struct bpf_verifier_ops *verifier_ops;
40852 int (*init)(struct btf *);
40853 int (*check_member)(const struct btf_type *, const struct btf_member *);
40854 int (*init_member)(const struct btf_type *, const struct btf_member *, void *, const void *);
40855 int (*reg)(void *);
40856 void (*unreg)(void *);
40857 const struct btf_type *type;
40858 const struct btf_type *value_type;
40859 const char *name;
40860 struct btf_func_model func_models[64];
40861 u32 type_id;
40862 u32 value_id;