Home
last modified time | relevance | path

Searched refs:map_get_hash (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Darraymap.c826 .map_get_hash = &array_map_get_hash,
H A Dsyscall.c5346 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()
/linux/include/linux/
H A Dbpf.h113 int (*map_get_hash)(struct bpf_map *map, u32 hash_buf_size, void *hash_buf); member