Home
last modified time | relevance | path

Searched defs:bpf_map_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/include/linux/
H A Dbpf.h82 struct bpf_map_ops { struct
84 int (*map_alloc_check)(union bpf_attr *attr);
85 struct bpf_map *(*map_alloc)(union bpf_attr *attr);
87 void (*map_free)(struct bpf_map *map);
89 void (*map_release_uref)(struct bpf_map *map);
122 u32 (*map_fd_sys_lookup_elem)(void *ptr);
125 int (*map_check_btf)(const struct bpf_map *map,
174 long (*map_for_each_callback)(struct bpf_map *map,
178 u64 (*map_mem_usage)(const struct bpf_map *map);
181 int *map_btf_id;
[all …]