Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/bpf/
Dsyscall.c420 bpf_prog_free(prog); in bpf_prog_put()
547 bpf_prog_free(prog); in bpf_prog_load()
Dcore.c649 void bpf_prog_free(struct bpf_prog *fp) in bpf_prog_free() function
657 EXPORT_SYMBOL_GPL(bpf_prog_free);
/linux-4.1.27/include/linux/
Dfilter.h364 void bpf_prog_free(struct bpf_prog *fp);
/linux-4.1.27/kernel/
Dseccomp.c515 bpf_prog_free(filter->prog); in seccomp_filter_free()
/linux-4.1.27/net/core/
Dfilter.c872 bpf_prog_free(prog); in __bpf_prog_release()
/linux-4.1.27/lib/
Dtest_bpf.c1937 bpf_prog_free(fp); in release_filter()