bpf_prog_select_runtime
struct bpf_prog *bpf_prog_select_runtime(struct bpf_prog *fp, int *err);
EXPORT_SYMBOL_GPL(bpf_prog_select_runtime);
fp = bpf_prog_select_runtime(fp, err);
fp = bpf_prog_select_runtime(fp, &err);
fp = bpf_prog_select_runtime(fp, &err);