Searched defs:bpf_map_ops (Results 1 – 1 of 1) sorted by relevance
63 struct bpf_map_ops { struct65 int (*map_alloc_check)(union bpf_attr *attr);66 struct bpf_map *(*map_alloc)(union bpf_attr *attr);68 void (*map_free)(struct bpf_map *map);70 void (*map_release_uref)(struct bpf_map *map);76 int (*map_lookup_and_delete_batch)(struct bpf_map *map,89 int (*map_pop_elem)(struct bpf_map *map, void *value);95 void (*map_fd_put_ptr)(void *ptr);97 u32 (*map_fd_sys_lookup_elem)(void *ptr);100 int (*map_check_btf)(const struct bpf_map *map,[all …]
Completed in 14 milliseconds