Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/bpf/
Dcore.c701 int bpf_prog_select_runtime(struct bpf_prog *fp) in bpf_prog_select_runtime() function
715 EXPORT_SYMBOL_GPL(bpf_prog_select_runtime);
Dsyscall.c687 err = bpf_prog_select_runtime(prog); in bpf_prog_load()
/linux-4.4.14/include/linux/
Dfilter.h426 int bpf_prog_select_runtime(struct bpf_prog *fp);
/linux-4.4.14/net/core/
Dfilter.c987 bpf_prog_select_runtime(fp); in bpf_migrate_filter()
/linux-4.4.14/lib/
Dtest_bpf.c5283 bpf_prog_select_runtime(fp); in generate_filter()