Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Drelo_core.c1565 __u16 local_k, targ_k; in __bpf_core_types_match() local
1590 switch (local_k) { in __bpf_core_types_match()
1592 return local_k == targ_k; in __bpf_core_types_match()
1597 if (local_k == targ_k) in __bpf_core_types_match()
1606 if (local_k != targ_k) in __bpf_core_types_match()
1624 if (local_k == targ_k) in __bpf_core_types_match()
1632 if (local_k != targ_k) in __bpf_core_types_match()
1642 if (local_k != targ_k) in __bpf_core_types_match()
1651 if (local_k != targ_k) in __bpf_core_types_match()
1663 if (local_k != targ_k) in __bpf_core_types_match()
[all …]