Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dcore.c1708 struct bpf_prog *bpf_prog_select_runtime(struct bpf_prog *fp, int *err) in bpf_prog_select_runtime() function
1757 EXPORT_SYMBOL_GPL(bpf_prog_select_runtime);
Dsyscall.c1724 prog = bpf_prog_select_runtime(prog, &err); in bpf_prog_load()
/Linux-v5.4/include/linux/
Dfilter.h799 struct bpf_prog *bpf_prog_select_runtime(struct bpf_prog *fp, int *err);
/Linux-v5.4/lib/
Dtest_bpf.c6631 fp = bpf_prog_select_runtime(fp, err); in generate_filter()
/Linux-v5.4/net/core/
Dfilter.c1275 fp = bpf_prog_select_runtime(fp, &err); in bpf_migrate_filter()