Lines Matching refs:targ_id
2569 __u32 targ_id) in bpf_core_fields_are_compat() argument
2575 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in bpf_core_fields_are_compat()
2597 targ_id = btf_array(targ_type)->type; in bpf_core_fields_are_compat()
2601 btf_kind(local_type), local_id, targ_id); in bpf_core_fields_are_compat()
2625 __u32 targ_id, in bpf_core_match_member() argument
2635 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in bpf_core_match_member()
2679 targ_acc->type_id = targ_id; in bpf_core_match_member()
2704 const struct btf *targ_btf, __u32 targ_id, in bpf_core_spec_match() argument
2719 targ_type = skip_mods_and_typedefs(targ_spec->btf, targ_id, in bpf_core_spec_match()
2720 &targ_id); in bpf_core_spec_match()
2727 targ_btf, targ_id, in bpf_core_spec_match()
2728 targ_spec, &targ_id); in bpf_core_spec_match()
2746 &targ_id)) in bpf_core_spec_match()
2754 targ_acc->type_id = targ_id; in bpf_core_spec_match()
2761 sz = btf__resolve_size(targ_btf, targ_id); in bpf_core_spec_match()