Searched defs:bpf_struct_ops (Results 1 – 2 of 2) sorted by relevance
468 struct bpf_struct_ops { struct475 /* e.g. struct bpf_struct_ops_tcp_congestion_ops in argument485 void *kern_vdata;486 __u32 type_id;
35520 struct bpf_struct_ops { struct35521 const struct bpf_verifier_ops *verifier_ops;35522 int (*init)(struct btf *);35523 int (*check_member)(const struct btf_type *, const struct btf_member *);35524 int (*init_member)(const struct btf_type *, const struct btf_member *, void *, const void *);35525 int (*reg)(void *);35526 void (*unreg)(void *);35527 const struct btf_type *type;35528 const struct btf_type *value_type;35529 const char *name;[all …]