Searched refs:walk_type (Results 1 – 1 of 1) sorted by relevance
8492 const struct btf_type *walk_type, *safe_type; in btf_nested_type_is_trusted() local8499 walk_type = btf_type_by_id(btf, reg->btf_id); in btf_nested_type_is_trusted()8500 if (!walk_type) in btf_nested_type_is_trusted()8503 tname = btf_name_by_offset(btf, walk_type->name_off); in btf_nested_type_is_trusted()8509 safe_id = btf_find_by_name_kind(btf, safe_tname, BTF_INFO_KIND(walk_type->info)); in btf_nested_type_is_trusted()