Searched refs:map_update_batch (Results 1 – 5 of 5) sorted by relevance
732 .map_update_batch = generic_map_update_batch,
702 .map_update_batch = generic_map_update_batch,723 .map_update_batch = generic_map_update_batch,
26 .map_update_batch = \
4177 BPF_DO_BATCH(map->ops->map_update_batch); in bpf_map_do_batch()
78 int (*map_update_batch)(struct bpf_map *map, const union bpf_attr *attr, member