Searched refs:map_lookup_batch (Results 1 – 4 of 4) sorted by relevance
875 .map_lookup_batch = generic_map_lookup_batch,900 .map_lookup_batch = generic_map_lookup_batch,1515 .map_lookup_batch = generic_map_lookup_batch,
27 .map_lookup_batch = \
5777 BPF_DO_BATCH(map->ops->map_lookup_batch, map, attr, uattr); in bpf_map_do_batch()
96 int (*map_lookup_batch)(struct bpf_map *map, const union bpf_attr *attr, member