Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/lib/bpf/
A Drelo_core.c1549 __u16 local_k, targ_k; in __bpf_core_types_match() local
1575 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()
1593 if (local_k != targ_k) in __bpf_core_types_match()
1611 if (local_k == targ_k) 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()
[all …]

Completed in 7 milliseconds