Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dcore.c1470 struct bpf_prog *bpf_prog_select_runtime(struct bpf_prog *fp, int *err) in bpf_prog_select_runtime() function
1512 EXPORT_SYMBOL_GPL(bpf_prog_select_runtime);
Dsyscall.c1423 prog = bpf_prog_select_runtime(prog, &err); in bpf_prog_load()
/Linux-v4.19/include/linux/
Dfilter.h727 struct bpf_prog *bpf_prog_select_runtime(struct bpf_prog *fp, int *err);
/Linux-v4.19/lib/
Dtest_bpf.c6636 fp = bpf_prog_select_runtime(fp, err); in generate_filter()
/Linux-v4.19/net/core/
Dfilter.c1273 fp = bpf_prog_select_runtime(fp, &err); in bpf_migrate_filter()