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

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

Completed in 115 milliseconds