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.c882 .map_get_hash = &array_map_get_hash,
H A Dsyscall.c5436 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()
/linux/include/linux/
H A Dbpf.h117 int (*map_get_hash)(struct bpf_map *map); member