Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/lib/bpf/
H A Drelo_core.c196 __u16 targ_vlen = btf_vlen(targ_type); in __bpf_core_types_are_compat() local
199 if (local_vlen != targ_vlen) in __bpf_core_types_are_compat()
1444 __u16 targ_vlen = btf_vlen(targ_t); in bpf_core_enums_match() local
1450 if (local_vlen > targ_vlen) in bpf_core_enums_match()
1463 for (j = 0; j < targ_vlen; j++) { in bpf_core_enums_match()
1485 __u16 targ_vlen = btf_vlen(targ_t); in bpf_core_composites_match() local
1488 if (local_vlen > targ_vlen) in bpf_core_composites_match()
1496 for (j = 0; j < targ_vlen; j++, targ_m++) { in bpf_core_composites_match()
1661 __u16 targ_vlen = btf_vlen(targ_t); in __bpf_core_types_match() local
1667 if (local_vlen != targ_vlen) in __bpf_core_types_match()
[all...]
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c4964 __u16 targ_vlen = btf_vlen(targ_type); in bpf_core_types_are_compat() local
4967 if (local_vlen != targ_vlen) in bpf_core_types_are_compat()

Completed in 16 milliseconds