Searched refs:used_maps_old (Results 1 – 1 of 1) sorted by relevance
4807 struct bpf_map **used_maps_old, **used_maps_new; in bpf_prog_bind_map() local4828 used_maps_old = prog->aux->used_maps; in bpf_prog_bind_map()4831 if (used_maps_old[i] == map) { in bpf_prog_bind_map()4844 memcpy(used_maps_new, used_maps_old, in bpf_prog_bind_map()4845 sizeof(used_maps_old[0]) * prog->aux->used_map_cnt); in bpf_prog_bind_map()4851 kfree(used_maps_old); in bpf_prog_bind_map()