Searched refs:t_kind (Results 1 – 1 of 1) sorted by relevance
2392 __u16 t_kind, c_kind; in btf_dedup_merge_hypot_map() local2401 t_kind = btf_kind(d->btf->types[t_id]); in btf_dedup_merge_hypot_map()2415 if (t_kind != BTF_KIND_FWD && c_kind == BTF_KIND_FWD) in btf_dedup_merge_hypot_map()2417 else if (t_kind == BTF_KIND_FWD && c_kind != BTF_KIND_FWD) in btf_dedup_merge_hypot_map()2420 if ((t_kind == BTF_KIND_STRUCT || t_kind == BTF_KIND_UNION) && in btf_dedup_merge_hypot_map()