Lines Matching refs:bpf_map
14 struct bpf_map;
19 struct bpf_map *(*map_alloc)(union bpf_attr *attr);
20 void (*map_free)(struct bpf_map *);
21 int (*map_get_next_key)(struct bpf_map *map, void *key, void *next_key);
24 void *(*map_lookup_elem)(struct bpf_map *map, void *key);
25 int (*map_update_elem)(struct bpf_map *map, void *key, void *value, u64 flags);
26 int (*map_delete_elem)(struct bpf_map *map, void *key);
29 struct bpf_map { struct
124 struct bpf_map **used_maps;
136 struct bpf_map *bpf_map_get(struct fd f);
137 void bpf_map_put(struct bpf_map *map);