Searched refs:used_maps_old (Results 1 – 1 of 1) sorted by relevance
4329 struct bpf_map **used_maps_old, **used_maps_new; in bpf_prog_bind_map() local4350 used_maps_old = prog->aux->used_maps; in bpf_prog_bind_map()4353 if (used_maps_old[i] == map) { in bpf_prog_bind_map()4366 memcpy(used_maps_new, used_maps_old, in bpf_prog_bind_map()4367 sizeof(used_maps_old[0]) * prog->aux->used_map_cnt); in bpf_prog_bind_map()4373 kfree(used_maps_old); in bpf_prog_bind_map()