Searched refs:used_maps_old (Results 1 – 1 of 1) sorted by relevance
4853 struct bpf_map **used_maps_old, **used_maps_new; in bpf_prog_bind_map() local4874 used_maps_old = prog->aux->used_maps; in bpf_prog_bind_map()4877 if (used_maps_old[i] == map) { in bpf_prog_bind_map()4890 memcpy(used_maps_new, used_maps_old, in bpf_prog_bind_map()4891 sizeof(used_maps_old[0]) * prog->aux->used_map_cnt); in bpf_prog_bind_map()4897 kfree(used_maps_old); in bpf_prog_bind_map()