Home
last modified time | relevance | path

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

/linux-6.6.21/tools/lib/bpf/
Drelo_core.c1549 __u16 local_k, targ_k; in __bpf_core_types_match() local
1571 local_k = btf_kind(local_t); in __bpf_core_types_match()
1574 switch (local_k) { in __bpf_core_types_match()
1576 return local_k == targ_k; in __bpf_core_types_match()
1581 if (local_k == targ_k) in __bpf_core_types_match()
1590 if (local_k != targ_k) in __bpf_core_types_match()
1608 if (local_k == targ_k) in __bpf_core_types_match()
1614 return (local_k == BTF_KIND_UNION) == targ_f; in __bpf_core_types_match()
1616 if (local_k != targ_k) in __bpf_core_types_match()
1626 if (local_k != targ_k) in __bpf_core_types_match()
[all …]