Searched refs:used_maps_old (Results 1 – 1 of 1) sorted by relevance
6164 struct bpf_map **used_maps_old, **used_maps_new; in bpf_prog_bind_map() local6185 used_maps_old = prog->aux->used_maps; in bpf_prog_bind_map()6188 if (used_maps_old[i] == map) { in bpf_prog_bind_map()6205 memcpy(used_maps_new, used_maps_old, in bpf_prog_bind_map()6206 sizeof(used_maps_old[0]) * prog->aux->used_map_cnt); in bpf_prog_bind_map()6212 kfree(used_maps_old); in bpf_prog_bind_map()