Lines Matching refs:raw_len
4390 int raw_len; member
4544 if (spec->raw_len == BPF_CORE_SPEC_MAX_LEN) in bpf_core_parse_spec()
4547 spec->raw_spec[spec->raw_len++] = access_idx; in bpf_core_parse_spec()
4550 if (spec->raw_len == 0) in bpf_core_parse_spec()
4564 if (!btf_is_enum(t) || spec->raw_len > 1 || access_idx >= btf_vlen(t)) in bpf_core_parse_spec()
4580 for (i = 1; i < spec->raw_len; i++) { in bpf_core_parse_spec()
4853 if (spec->raw_len == BPF_CORE_SPEC_MAX_LEN) in bpf_core_match_member()
4858 spec->raw_spec[spec->raw_len++] = i; in bpf_core_match_member()
4887 spec->raw_len--; in bpf_core_match_member()
5036 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx; in bpf_core_spec_match()
5037 targ_spec->raw_len++; in bpf_core_spec_match()
5082 if (targ_spec->raw_len == BPF_CORE_SPEC_MAX_LEN) in bpf_core_spec_match()
5089 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx; in bpf_core_spec_match()
5090 targ_spec->raw_len++; in bpf_core_spec_match()
5645 for (i = 0; i < spec->raw_len; i++) in bpf_core_dump_spec()