Searched refs:targ_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
1572 targ_k = btf_kind(targ_t);
1576 return local_k == targ_k;
1581 if (local_k == targ_k)
1587 return (targ_k == BTF_KIND_STRUCT && !local_f) ||
1588 (targ_k == BTF_KIND_UNION && local_f);
1590 if (local_k != targ_k)
1608 if (local_k == targ_k)
1611 if (targ_k != BTF_KIND_FWD)
1616 if (local_k != targ_k)
[all...]

Completed in 112 milliseconds