Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dcore.c2336 struct bpf_prog *bpf_prog_select_runtime(struct bpf_prog *fp, int *err) in bpf_prog_select_runtime() function
2387 EXPORT_SYMBOL_GPL(bpf_prog_select_runtime);
H A Dsyscall.c2747 prog = bpf_prog_select_runtime(prog, &err); in bpf_prog_load()
/openbmc/linux/include/linux/
H A Dfilter.h867 struct bpf_prog *bpf_prog_select_runtime(struct bpf_prog *fp, int *err);
/openbmc/linux/lib/
H A Dtest_bpf.c14488 fp = bpf_prog_select_runtime(fp, err); in generate_filter()
15140 fp = bpf_prog_select_runtime(fp, &err); in prepare_tail_call_tests()
/openbmc/linux/net/core/
H A Dfilter.c1300 fp = bpf_prog_select_runtime(fp, &err); in bpf_migrate_filter()