Searched defs:bpf_map_ops (Results 1 – 1 of 1) sorted by relevance
29 struct bpf_map_ops { struct31 int (*map_alloc_check)(union bpf_attr *attr);32 struct bpf_map *(*map_alloc)(union bpf_attr *attr);33 void (*map_release)(struct bpf_map *map, struct file *map_file);34 void (*map_free)(struct bpf_map *map);35 int (*map_get_next_key)(struct bpf_map *map, void *key, void *next_key);36 void (*map_release_uref)(struct bpf_map *map);60 const struct bpf_map_ops *ops ____cacheline_aligned; argument