Lines Matching refs:raw_len
4331 int raw_len; member
4485 if (spec->raw_len == BPF_CORE_SPEC_MAX_LEN) in bpf_core_parse_spec()
4488 spec->raw_spec[spec->raw_len++] = access_idx; in bpf_core_parse_spec()
4491 if (spec->raw_len == 0) in bpf_core_parse_spec()
4505 if (!btf_is_enum(t) || spec->raw_len > 1 || access_idx >= btf_vlen(t)) in bpf_core_parse_spec()
4521 for (i = 1; i < spec->raw_len; i++) { in bpf_core_parse_spec()
4794 if (spec->raw_len == BPF_CORE_SPEC_MAX_LEN) in bpf_core_match_member()
4799 spec->raw_spec[spec->raw_len++] = i; in bpf_core_match_member()
4828 spec->raw_len--; in bpf_core_match_member()
4977 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx; in bpf_core_spec_match()
4978 targ_spec->raw_len++; in bpf_core_spec_match()
5023 if (targ_spec->raw_len == BPF_CORE_SPEC_MAX_LEN) in bpf_core_spec_match()
5030 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx; in bpf_core_spec_match()
5031 targ_spec->raw_len++; in bpf_core_spec_match()
5586 for (i = 0; i < spec->raw_len; i++) in bpf_core_dump_spec()