Searched defs:bpf_map_ops (Results 1 – 7 of 7) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 25771 struct bpf_map_ops { struct 25772 int (*map_alloc_check)(union bpf_attr *); 25773 struct bpf_map * (*map_alloc)(union bpf_attr *); 25774 void (*map_release)(struct bpf_map *, struct file *); 25775 void (*map_free)(struct bpf_map *); 25776 int (*map_get_next_key)(struct bpf_map *, void *, void *); 25777 void (*map_release_uref)(struct bpf_map *); 25778 void * (*map_lookup_elem_sys_only)(struct bpf_map *, void *); 25779 int (*map_lookup_batch)(struct bpf_map *, const union bpf_attr *, union bpf_attr *); 25780 int (*map_lookup_and_delete_elem)(struct bpf_map *, void *, void *, u64); [all …]
|
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_510.h | 10574 struct bpf_map_ops { struct 10575 int (*map_alloc_check)(union bpf_attr *); 10576 struct bpf_map * (*map_alloc)(union bpf_attr *); 10577 void (*map_release)(struct bpf_map *, struct file *); 10578 void (*map_free)(struct bpf_map *); 10579 int (*map_get_next_key)(struct bpf_map *, void *, void *); 10580 void (*map_release_uref)(struct bpf_map *); 10581 void * (*map_lookup_elem_sys_only)(struct bpf_map *, void *); 10582 int (*map_lookup_batch)(struct bpf_map *, const union bpf_attr *, union bpf_attr *); 10583 int (*map_lookup_and_delete_batch)(struct bpf_map *, const union bpf_attr *, union bpf_attr *); [all …]
|
| D | vmlinux.h | 10574 struct bpf_map_ops { struct 10575 int (*map_alloc_check)(union bpf_attr *); 10576 struct bpf_map * (*map_alloc)(union bpf_attr *); 10577 void (*map_release)(struct bpf_map *, struct file *); 10578 void (*map_free)(struct bpf_map *); 10579 int (*map_get_next_key)(struct bpf_map *, void *, void *); 10580 void (*map_release_uref)(struct bpf_map *); 10581 void * (*map_lookup_elem_sys_only)(struct bpf_map *, void *); 10582 int (*map_lookup_batch)(struct bpf_map *, const union bpf_attr *, union bpf_attr *); 10583 int (*map_lookup_and_delete_batch)(struct bpf_map *, const union bpf_attr *, union bpf_attr *); [all …]
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 9549 struct bpf_map_ops { struct 9550 int (*map_alloc_check)(union bpf_attr *); 9551 struct bpf_map * (*map_alloc)(union bpf_attr *); 9552 void (*map_release)(struct bpf_map *, struct file *); 9553 void (*map_free)(struct bpf_map *); 9554 int (*map_get_next_key)(struct bpf_map *, void *, void *); 9555 void (*map_release_uref)(struct bpf_map *); 9556 void * (*map_lookup_elem_sys_only)(struct bpf_map *, void *); 9557 int (*map_lookup_batch)(struct bpf_map *, const union bpf_attr *, union bpf_attr *); 9558 int (*map_lookup_and_delete_batch)(struct bpf_map *, const union bpf_attr *, union bpf_attr *); [all …]
|
| D | vmlinux_510.h | 9549 struct bpf_map_ops { struct 9550 int (*map_alloc_check)(union bpf_attr *); 9551 struct bpf_map * (*map_alloc)(union bpf_attr *); 9552 void (*map_release)(struct bpf_map *, struct file *); 9553 void (*map_free)(struct bpf_map *); 9554 int (*map_get_next_key)(struct bpf_map *, void *, void *); 9555 void (*map_release_uref)(struct bpf_map *); 9556 void * (*map_lookup_elem_sys_only)(struct bpf_map *, void *); 9557 int (*map_lookup_batch)(struct bpf_map *, const union bpf_attr *, union bpf_attr *); 9558 int (*map_lookup_and_delete_batch)(struct bpf_map *, const union bpf_attr *, union bpf_attr *); [all …]
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 9138 struct bpf_map_ops { struct 9139 int (*map_alloc_check)(union bpf_attr *); 9140 struct bpf_map * (*map_alloc)(union bpf_attr *); 9141 void (*map_release)(struct bpf_map *, struct file *); 9142 void (*map_free)(struct bpf_map *); 9143 int (*map_get_next_key)(struct bpf_map *, void *, void *); 9144 void (*map_release_uref)(struct bpf_map *); 9145 void * (*map_lookup_elem_sys_only)(struct bpf_map *, void *); 9146 void * (*map_lookup_elem)(struct bpf_map *, void *); 9147 int (*map_update_elem)(struct bpf_map *, void *, void *, u64); [all …]
|
| D | vmlinux.h | 9138 struct bpf_map_ops { struct 9139 int (*map_alloc_check)(union bpf_attr *); 9140 struct bpf_map * (*map_alloc)(union bpf_attr *); 9141 void (*map_release)(struct bpf_map *, struct file *); 9142 void (*map_free)(struct bpf_map *); 9143 int (*map_get_next_key)(struct bpf_map *, void *, void *); 9144 void (*map_release_uref)(struct bpf_map *); 9145 void * (*map_lookup_elem_sys_only)(struct bpf_map *, void *); 9146 void * (*map_lookup_elem)(struct bpf_map *, void *); 9147 int (*map_update_elem)(struct bpf_map *, void *, void *, u64); [all …]
|