• Home
  • Raw
  • Download

Lines Matching refs:targ_id

4758 				      __u32 targ_id)  in bpf_core_fields_are_compat()  argument
4764 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in bpf_core_fields_are_compat()
4799 targ_id = btf_array(targ_type)->type; in bpf_core_fields_are_compat()
4803 btf_kind(local_type), local_id, targ_id); in bpf_core_fields_are_compat()
4827 __u32 targ_id, in bpf_core_match_member() argument
4837 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in bpf_core_match_member()
4876 targ_acc->type_id = targ_id; in bpf_core_match_member()
4916 const struct btf *targ_btf, __u32 targ_id) in bpf_core_types_are_compat() argument
4923 targ_type = btf__type_by_id(targ_btf, targ_id); in bpf_core_types_are_compat()
4933 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in bpf_core_types_are_compat()
4954 targ_id = targ_type->type; in bpf_core_types_are_compat()
4958 targ_id = btf_array(targ_type)->type; in bpf_core_types_are_compat()
4972 skip_mods_and_typedefs(targ_btf, targ_p->type, &targ_id); in bpf_core_types_are_compat()
4973 err = bpf_core_types_are_compat(local_btf, local_id, targ_btf, targ_id); in bpf_core_types_are_compat()
4980 skip_mods_and_typedefs(targ_btf, targ_type->type, &targ_id); in bpf_core_types_are_compat()
4985 btf_kind_str(local_type), local_id, targ_id); in bpf_core_types_are_compat()
4995 const struct btf *targ_btf, __u32 targ_id, in bpf_core_spec_match() argument
5005 targ_spec->root_type_id = targ_id; in bpf_core_spec_match()
5011 targ_btf, targ_id); in bpf_core_spec_match()
5023 targ_type = skip_mods_and_typedefs(targ_spec->btf, targ_id, &targ_id); in bpf_core_spec_match()
5035 targ_acc->type_id = targ_id; in bpf_core_spec_match()
5051 targ_type = skip_mods_and_typedefs(targ_spec->btf, targ_id, in bpf_core_spec_match()
5052 &targ_id); in bpf_core_spec_match()
5059 targ_btf, targ_id, in bpf_core_spec_match()
5060 targ_spec, &targ_id); in bpf_core_spec_match()
5080 &targ_id)) in bpf_core_spec_match()
5088 targ_acc->type_id = targ_id; in bpf_core_spec_match()
5095 sz = btf__resolve_size(targ_btf, targ_id); in bpf_core_spec_match()