Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/bpf/
Dbtf.c4211 __u16 t_kind, c_kind; in btf_dedup_merge_hypot_map() local
4221 c_kind = btf_kind(btf__type_by_id(d->btf, c_id)); in btf_dedup_merge_hypot_map()
4242 if (t_kind != BTF_KIND_FWD && c_kind == BTF_KIND_FWD) in btf_dedup_merge_hypot_map()
4253 if (t_kind == BTF_KIND_FWD && c_kind != BTF_KIND_FWD) in btf_dedup_merge_hypot_map()
4257 c_kind != BTF_KIND_FWD && in btf_dedup_merge_hypot_map()