Searched refs:map_get_hash (Results 1 – 3 of 3) sorted by relevance
882 .map_get_hash = &array_map_get_hash,
5436 if (!map->ops->map_get_hash) in bpf_map_get_info_by_fd()5443 err = map->ops->map_get_hash(map); in bpf_map_get_info_by_fd()
117 int (*map_get_hash)(struct bpf_map *map); member