Home
last modified time | relevance | path

Searched refs:c_kind (Results 1 – 1 of 1) sorted by relevance

/linux/tools/lib/bpf/
H A Dbtf.c4624 __u16 t_kind, c_kind; in btf_dedup_merge_hypot_map() local
4634 c_kind = btf_kind(btf__type_by_id(d->btf, c_id)); in btf_dedup_merge_hypot_map()
4655 if (t_kind != BTF_KIND_FWD && c_kind == BTF_KIND_FWD) in btf_dedup_merge_hypot_map()
4666 if (t_kind == BTF_KIND_FWD && c_kind != BTF_KIND_FWD) in btf_dedup_merge_hypot_map()
4670 c_kind != BTF_KIND_FWD && in btf_dedup_merge_hypot_map()