Searched defs:bpf_map_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 14417 struct bpf_map_ops { struct 14418 int (*map_alloc_check)(union bpf_attr *); 14419 struct bpf_map * (*map_alloc)(union bpf_attr *); 14420 void (*map_release)(struct bpf_map *, struct file *); 14421 void (*map_free)(struct bpf_map *); 14422 int (*map_get_next_key)(struct bpf_map *, void *, void *); 14423 void (*map_release_uref)(struct bpf_map *); 14424 void * (*map_lookup_elem_sys_only)(struct bpf_map *, void *); 14425 …(struct bpf_map *, const union bpf_attr *, union bpf_attr __attribute__((btf_type_tag("user"))) *); 14426 int (*map_lookup_and_delete_elem)(struct bpf_map *, void *, void *, u64); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 27973 struct bpf_map_ops { struct 27974 int (*map_alloc_check)(union bpf_attr *); 27975 struct bpf_map * (*map_alloc)(union bpf_attr *); 27976 void (*map_release)(struct bpf_map *, struct file *); 27977 void (*map_free)(struct bpf_map *); 27978 int (*map_get_next_key)(struct bpf_map *, void *, void *); 27979 void (*map_release_uref)(struct bpf_map *); 27980 void * (*map_lookup_elem_sys_only)(struct bpf_map *, void *); 27981 …(struct bpf_map *, const union bpf_attr *, union bpf_attr __attribute__((btf_type_tag("user"))) *); 27982 int (*map_lookup_and_delete_elem)(struct bpf_map *, void *, void *, u64); [all …]
|