Searched refs:targ_k (Results 1 – 1 of 1) sorted by relevance
1549 __u16 local_k, targ_k; in __bpf_core_types_match() local1575 targ_k = btf_kind(targ_t); in __bpf_core_types_match()1579 return local_k == targ_k; in __bpf_core_types_match()1584 if (local_k == targ_k) in __bpf_core_types_match()1590 return (targ_k == BTF_KIND_STRUCT && !local_f) || in __bpf_core_types_match()1591 (targ_k == BTF_KIND_UNION && local_f); in __bpf_core_types_match()1593 if (local_k != targ_k) in __bpf_core_types_match()1611 if (local_k == targ_k) in __bpf_core_types_match()1614 if (targ_k != BTF_KIND_FWD) in __bpf_core_types_match()1619 if (local_k != targ_k) in __bpf_core_types_match()[all …]