Lines Matching defs:targ_res
5734 struct bpf_core_relo_res cand_res, targ_res;
5771 targ_res.validate = true;
5772 targ_res.poison = false;
5773 targ_res.orig_val = local_spec.root_type_id;
5774 targ_res.new_val = local_spec.root_type_id;
5824 targ_res = cand_res;
5834 } else if (cand_res.poison != targ_res.poison || cand_res.new_val != targ_res.new_val) {
5842 targ_res.poison ? "failure" : "success", targ_res.new_val);
5876 err = bpf_core_calc_relo(prog, relo, relo_idx, &local_spec, NULL, &targ_res);
5883 err = bpf_core_patch_insn(prog, relo, relo_idx, &targ_res);