Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dlibbpf.c468 struct bpf_struct_ops { struct
475 /* e.g. struct bpf_struct_ops_tcp_congestion_ops in argument
485 void *kern_vdata;
486 __u32 type_id;
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h35520 struct bpf_struct_ops { struct
35521 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 …]