Searched defs:bpf_struct_ops (Results 1 – 6 of 6) sorted by relevance
| /external/libbpf/src/ |
| D | libbpf.c | 328 struct bpf_struct_ops { struct 335 /* e.g. struct bpf_struct_ops_tcp_congestion_ops in argument 345 void *kern_vdata; 346 __u32 type_id;
|
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 35520 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 …]
|
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_510.h | 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; [all …]
|
| D | vmlinux.h | 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; [all …]
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 30457 struct bpf_struct_ops { struct 30458 const struct bpf_verifier_ops *verifier_ops; 30459 int (*init)(struct btf *); 30460 int (*check_member)(const struct btf_type *, const struct btf_member *); 30461 int (*init_member)(const struct btf_type *, const struct btf_member *, void *, const void *); 30462 int (*reg)(void *); 30463 void (*unreg)(void *); 30464 const struct btf_type *type; 30465 const struct btf_type *value_type; 30466 const char *name; [all …]
|
| D | vmlinux_510.h | 30457 struct bpf_struct_ops { struct 30458 const struct bpf_verifier_ops *verifier_ops; 30459 int (*init)(struct btf *); 30460 int (*check_member)(const struct btf_type *, const struct btf_member *); 30461 int (*init_member)(const struct btf_type *, const struct btf_member *, void *, const void *); 30462 int (*reg)(void *); 30463 void (*unreg)(void *); 30464 const struct btf_type *type; 30465 const struct btf_type *value_type; 30466 const char *name; [all …]
|