Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/bpf/
Dcore.c118 __bpf_prog_free(fp_old); in bpf_prog_realloc()
125 void __bpf_prog_free(struct bpf_prog *fp) in __bpf_prog_free() function
130 EXPORT_SYMBOL_GPL(__bpf_prog_free);
/linux-4.1.27/include/linux/
Dfilter.h372 void __bpf_prog_free(struct bpf_prog *fp);
377 __bpf_prog_free(fp); in bpf_prog_unlock_free()
/linux-4.1.27/net/core/
Dfilter.c1128 __bpf_prog_free(prog); in sk_attach_filter()
1136 __bpf_prog_free(prog); in sk_attach_filter()
/linux-4.1.27/kernel/
Dseccomp.c419 __bpf_prog_free(filter->prog); in seccomp_prepare_filter()