Searched refs:xsk_map (Results 1 – 1 of 1) sorted by relevance
12 struct xsk_map { struct14 struct xdp_sock **xsk_map; argument21 struct xsk_map *m; in xsk_map_alloc() argument59 m->xsk_map = bpf_map_area_alloc(m->map.max_entries * in xsk_map_alloc()62 if (!m->xsk_map) in xsk_map_alloc()75 struct xsk_map *m = container_of(map, struct xsk_map, map); in xsk_map_free()84 xs = m->xsk_map[i]; in xsk_map_free()92 bpf_map_area_free(m->xsk_map); in xsk_map_free()98 struct xsk_map *m = container_of(map, struct xsk_map, map); in xsk_map_get_next_key()115 struct xsk_map *m = container_of(map, struct xsk_map, map); in __xsk_map_lookup_elem()[all …]