Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/bpf/
A Dcore.c2171 struct bpf_prog *bpf_prog_select_runtime(struct bpf_prog *fp, int *err) in bpf_prog_select_runtime() function
2222 EXPORT_SYMBOL_GPL(bpf_prog_select_runtime);
A Dsyscall.c2636 prog = bpf_prog_select_runtime(prog, &err); in bpf_prog_load()
/linux-6.3-rc2/include/linux/
A Dfilter.h873 struct bpf_prog *bpf_prog_select_runtime(struct bpf_prog *fp, int *err);
/linux-6.3-rc2/lib/
A Dtest_bpf.c14498 fp = bpf_prog_select_runtime(fp, err); in generate_filter()
15149 fp = bpf_prog_select_runtime(fp, &err); in prepare_tail_call_tests()
/linux-6.3-rc2/net/core/
A Dfilter.c1298 fp = bpf_prog_select_runtime(fp, &err); in bpf_migrate_filter()

Completed in 51 milliseconds