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

/linux-master/kernel/bpf/
H A Dcore.c2356 * bpf_prog_select_runtime - select exec runtime for BPF program
2366 struct bpf_prog *bpf_prog_select_runtime(struct bpf_prog *fp, int *err) function
2417 EXPORT_SYMBOL_GPL(bpf_prog_select_runtime); variable
H A Dsyscall.c2899 prog = bpf_prog_select_runtime(prog, &err);
/linux-master/include/linux/
H A Dfilter.h912 struct bpf_prog *bpf_prog_select_runtime(struct bpf_prog *fp, int *err);
/linux-master/lib/
H A Dtest_bpf.c14841 fp = bpf_prog_select_runtime(fp, err);
15493 fp = bpf_prog_select_runtime(fp, &err);
/linux-master/net/core/
H A Dfilter.c1303 fp = bpf_prog_select_runtime(fp, &err);

Completed in 360 milliseconds