Searched refs:map_get_hash (Results 1 – 3 of 3) sorted by relevance
824 .map_get_hash = &array_map_get_hash,
5491 if (!map->ops->map_get_hash) in bpf_obj_get_info_by_fd() 5498 err = map->ops->map_get_hash(map); in bpf_btf_load()
117 int (*map_get_hash)(struct bpf_map *map);113 int (*map_get_hash)(struct bpf_map *map, u32 hash_buf_size, void *hash_buf); global() member