Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h75 struct bpf_map_ops { struct
77 int (*map_alloc_check)(union bpf_attr *attr);
78 struct bpf_map *(*map_alloc)(union bpf_attr *attr);
80 void (*map_free)(struct bpf_map *map);
82 void (*map_release_uref)(struct bpf_map *map);
115 u32 (*map_fd_sys_lookup_elem)(void *ptr);
118 int (*map_check_btf)(const struct bpf_map *map,
164 long (*map_for_each_callback)(struct bpf_map *map,
168 u64 (*map_mem_usage)(const struct bpf_map *map);
171 int *map_btf_id;
[all …]