Home
last modified time | relevance | path

Searched refs:free_used_maps (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/kernel/bpf/
Dsyscall.c502 static void free_used_maps(struct bpf_prog_aux *aux) in free_used_maps() function
541 free_used_maps(aux); in __prog_put_common()
681 goto free_used_maps; in bpf_prog_load()
689 goto free_used_maps; in bpf_prog_load()
694 goto free_used_maps; in bpf_prog_load()
698 free_used_maps: in bpf_prog_load()
699 free_used_maps(prog->aux); in bpf_prog_load()