bpf_prog_select_runtime  803 include/linux/filter.h struct bpf_prog *bpf_prog_select_runtime(struct bpf_prog *fp, int *err);
bpf_prog_select_runtime 1757 kernel/bpf/core.c EXPORT_SYMBOL_GPL(bpf_prog_select_runtime);
bpf_prog_select_runtime 1726 kernel/bpf/syscall.c 	prog = bpf_prog_select_runtime(prog, &err);
bpf_prog_select_runtime 6631 lib/test_bpf.c 		fp = bpf_prog_select_runtime(fp, err);
bpf_prog_select_runtime 1275 net/core/filter.c 	fp = bpf_prog_select_runtime(fp, &err);