Searched refs:map_get_hash (Results 1 – 3 of 3) sorted by relevance
826 .map_get_hash = &array_map_get_hash,
5346 if (!map->ops->map_get_hash) in bpf_map_get_info_by_fd()5355 err = map->ops->map_get_hash(map, SHA256_DIGEST_SIZE, map->sha); in bpf_map_get_info_by_fd()
113 int (*map_get_hash)(struct bpf_map *map, u32 hash_buf_size, void *hash_buf); member