Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Drelo_core.c1549 __u16 local_k, targ_k; in __bpf_core_types_match() local
1572 targ_k = btf_kind(targ_t); 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()
1616 if (local_k != targ_k) in __bpf_core_types_match()
1626 if (local_k != targ_k) in __bpf_core_types_match()
1635 if (local_k != targ_k) in __bpf_core_types_match()
1647 if (local_k != targ_k) in __bpf_core_types_match()
[all …]