Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h33275 struct bpf_struct_ops { struct
33276 const struct bpf_verifier_ops *verifier_ops;
33277 int (*init)(struct btf *);
33278 int (*check_member)(const struct btf_type *, const struct btf_member *, const struct bpf_prog *);
33279 int (*init_member)(const struct btf_type *, const struct btf_member *, void *, const void *);
33280 int (*reg)(void *);
33281 void (*unreg)(void *);
33282 int (*update)(void *, void *);
33283 int (*validate)(void *);
33284 const struct btf_type *type;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h42937 struct bpf_struct_ops { struct
42938 const struct bpf_verifier_ops *verifier_ops;
42939 int (*init)(struct btf *);
42940 int (*check_member)(const struct btf_type *, const struct btf_member *, const struct bpf_prog *);
42941 int (*init_member)(const struct btf_type *, const struct btf_member *, void *, const void *);
42942 int (*reg)(void *);
42943 void (*unreg)(void *);
42944 int (*update)(void *, void *);
42945 int (*validate)(void *);
42946 const struct btf_type *type;
[all …]