Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcore.c2401 struct bpf_prog *bpf_prog_select_runtime(struct bpf_prog *fp, int *err) in bpf_prog_select_runtime() function
2454 EXPORT_SYMBOL_GPL(bpf_prog_select_runtime);
H A Dsyscall.c2956 prog = bpf_prog_select_runtime(prog, &err); in bpf_prog_load()
/linux/include/linux/
H A Dfilter.h1065 struct bpf_prog *bpf_prog_select_runtime(struct bpf_prog *fp, int *err);
/linux/lib/
H A Dtest_bpf.c14893 fp = bpf_prog_select_runtime(fp, err); in generate_filter()
15554 fp = bpf_prog_select_runtime(fp, &err); in prepare_tail_call_tests()
/linux/net/core/
H A Dfilter.c1307 fp = bpf_prog_select_runtime(fp, &err); in bpf_migrate_filter()