Lines Matching refs:bpf_map
13 struct bpf_map map;
21 struct bpf_map *m = &map->map; in xsk_map_inc()
81 static struct bpf_map *xsk_map_alloc(union bpf_attr *attr) in xsk_map_alloc()
135 static void xsk_map_free(struct bpf_map *map) in xsk_map_free()
146 static int xsk_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in xsk_map_get_next_key()
163 struct xdp_sock *__xsk_map_lookup_elem(struct bpf_map *map, u32 key) in __xsk_map_lookup_elem()
175 int __xsk_map_redirect(struct bpf_map *map, struct xdp_buff *xdp, in __xsk_map_redirect()
192 void __xsk_map_flush(struct bpf_map *map) in __xsk_map_flush()
204 static void *xsk_map_lookup_elem(struct bpf_map *map, void *key) in xsk_map_lookup_elem()
210 static void *xsk_map_lookup_elem_sys_only(struct bpf_map *map, void *key) in xsk_map_lookup_elem_sys_only()
215 static int xsk_map_update_elem(struct bpf_map *map, void *key, void *value, in xsk_map_update_elem()
280 static int xsk_map_delete_elem(struct bpf_map *map, void *key) in xsk_map_delete_elem()