Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/bpf/
Dcore.c126 __bpf_prog_free(fp_old); in bpf_prog_realloc()
133 void __bpf_prog_free(struct bpf_prog *fp) in __bpf_prog_free() function
138 EXPORT_SYMBOL_GPL(__bpf_prog_free);
/linux-4.4.14/include/linux/
Dfilter.h432 void __bpf_prog_free(struct bpf_prog *fp);
437 __bpf_prog_free(fp); in bpf_prog_unlock_free()
/linux-4.4.14/net/core/
Dfilter.c1109 __bpf_prog_free(fp); in bpf_prog_create_from_user()
1119 __bpf_prog_free(fp); in bpf_prog_create_from_user()
1197 __bpf_prog_free(prog); in __sk_attach_filter()
1205 __bpf_prog_free(prog); in __sk_attach_filter()