Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf.h81 struct bpf_map_ops { struct
83 int (*map_alloc_check)(union bpf_attr *attr);
84 struct bpf_map *(*map_alloc)(union bpf_attr *attr);
86 void (*map_free)(struct bpf_map *map);
88 void (*map_release_uref)(struct bpf_map *map);
121 u32 (*map_fd_sys_lookup_elem)(void *ptr);
124 int (*map_check_btf)(const struct bpf_map *map,
173 long (*map_for_each_callback)(struct bpf_map *map,
177 u64 (*map_mem_usage)(const struct bpf_map *map);
180 int *map_btf_id;
[all …]

Completed in 24 milliseconds