Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/bpf/
Dsyscall.c543 bpf_prog_free(aux->prog); in __prog_put_common()
703 bpf_prog_free(prog); in bpf_prog_load()
Dcore.c726 void bpf_prog_free(struct bpf_prog *fp) in bpf_prog_free() function
733 EXPORT_SYMBOL_GPL(bpf_prog_free);
/linux-4.4.14/include/linux/
Dfilter.h427 void bpf_prog_free(struct bpf_prog *fp);
/linux-4.4.14/net/core/
Dfilter.c875 bpf_prog_free(prog); in __bpf_prog_release()
/linux-4.4.14/lib/
Dtest_bpf.c5300 bpf_prog_free(fp); in release_filter()