Lines Matching refs:targ_res
1286 struct bpf_core_relo_res *targ_res) in bpf_core_calc_relo_insn() argument
1322 memset(targ_res, 0, sizeof(*targ_res)); in bpf_core_calc_relo_insn()
1323 targ_res->validate = false; in bpf_core_calc_relo_insn()
1324 targ_res->poison = false; in bpf_core_calc_relo_insn()
1325 targ_res->orig_val = local_spec->root_type_id; in bpf_core_calc_relo_insn()
1326 targ_res->new_val = local_spec->root_type_id; in bpf_core_calc_relo_insn()
1359 *targ_res = cand_res; in bpf_core_calc_relo_insn()
1369 } else if (cand_res.poison != targ_res->poison || in bpf_core_calc_relo_insn()
1370 cand_res.new_val != targ_res->new_val) { in bpf_core_calc_relo_insn()
1379 targ_res->poison ? "failure" : "success", in bpf_core_calc_relo_insn()
1380 (unsigned long long)targ_res->new_val); in bpf_core_calc_relo_insn()
1414 err = bpf_core_calc_relo(prog_name, relo, relo_idx, local_spec, NULL, targ_res); in bpf_core_calc_relo_insn()