Searched refs:map_update_batch (Results 1 – 3 of 3) sorted by relevance
784 .map_update_batch = generic_map_update_batch,
5647 BPF_DO_BATCH(map->ops->map_update_batch, map, fd_file(f), attr, uattr); in bpf_map_do_batch()
99 int (*map_update_batch)(struct bpf_map *map, struct file *map_file, member