Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Drelo_core.c195 __u16 targ_vlen = btf_vlen(targ_type); in __bpf_core_types_are_compat() local
198 if (local_vlen != targ_vlen) in __bpf_core_types_are_compat()
1459 __u16 targ_vlen = btf_vlen(targ_t); in bpf_core_enums_match() local
1465 if (local_vlen > targ_vlen) in bpf_core_enums_match()
1478 for (j = 0; j < targ_vlen; j++) { in bpf_core_enums_match()
1500 __u16 targ_vlen = btf_vlen(targ_t); in bpf_core_composites_match() local
1503 if (local_vlen > targ_vlen) in bpf_core_composites_match()
1511 for (j = 0; j < targ_vlen; j++, targ_m++) { in bpf_core_composites_match()
1676 __u16 targ_vlen = btf_vlen(targ_t); in __bpf_core_types_match() local
1682 if (local_vlen != targ_vlen) in __bpf_core_types_match()