Searched defs:bpf_map_ops (Results 1 – 1 of 1) sorted by relevance
25771 struct bpf_map_ops { struct25772 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 …]