Searched refs:used_maps_old (Results 1 – 1 of 1) sorted by relevance
5366 struct bpf_map **used_maps_old, **used_maps_new; in bpf_prog_bind_map() local5387 used_maps_old = prog->aux->used_maps; in bpf_prog_bind_map()5390 if (used_maps_old[i] == map) { in bpf_prog_bind_map()5408 memcpy(used_maps_new, used_maps_old, in bpf_prog_bind_map()5409 sizeof(used_maps_old[0]) * prog->aux->used_map_cnt); in bpf_prog_bind_map()5415 kfree(used_maps_old); in bpf_prog_bind_map()