Lines Matching refs:btf_vlen
83 return acc->idx == btf_vlen(t) - 1; in is_flex_arr()
195 __u16 local_vlen = btf_vlen(local_type); in __bpf_core_types_are_compat()
196 __u16 targ_vlen = btf_vlen(targ_type); in __bpf_core_types_are_compat()
316 if (!btf_is_any_enum(t) || spec->raw_len > 1 || access_idx >= btf_vlen(t)) in bpf_core_parse_spec()
346 if (access_idx >= btf_vlen(t)) in bpf_core_parse_spec()
505 n = btf_vlen(targ_type); in bpf_core_match_member()
597 for (i = 0; i < btf_vlen(targ_type); i++) { in bpf_core_spec_match()
1459 __u16 local_vlen = btf_vlen(local_t); in bpf_core_enums_match()
1460 __u16 targ_vlen = btf_vlen(targ_t); in bpf_core_enums_match()
1500 __u16 local_vlen = btf_vlen(local_t); in bpf_core_composites_match()
1501 __u16 targ_vlen = btf_vlen(targ_t); in bpf_core_composites_match()
1676 __u16 local_vlen = btf_vlen(local_t); in __bpf_core_types_match()
1677 __u16 targ_vlen = btf_vlen(targ_t); in __bpf_core_types_match()