Lines Matching refs:local_k
1549 __u16 local_k, targ_k; in __bpf_core_types_match() local
1574 local_k = btf_kind(local_t); in __bpf_core_types_match()
1577 switch (local_k) { 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()
1593 if (local_k != targ_k) in __bpf_core_types_match()
1611 if (local_k == targ_k) in __bpf_core_types_match()
1617 return (local_k == BTF_KIND_UNION) == targ_f; in __bpf_core_types_match()
1619 if (local_k != targ_k) in __bpf_core_types_match()
1629 if (local_k != targ_k) in __bpf_core_types_match()
1638 if (local_k != targ_k) in __bpf_core_types_match()
1650 if (local_k != targ_k) in __bpf_core_types_match()
1667 if (local_k != targ_k) in __bpf_core_types_match()