Searched refs:raw_len (Results 1 – 1 of 1) sorted by relevance
2323 int raw_len; member2387 if (spec->raw_len == BPF_CORE_SPEC_MAX_LEN) in bpf_core_spec_parse()2390 spec->raw_spec[spec->raw_len++] = access_idx; in bpf_core_spec_parse()2393 if (spec->raw_len == 0) in bpf_core_spec_parse()2411 for (i = 1; i < spec->raw_len; i++) { in bpf_core_spec_parse()2665 if (spec->raw_len == BPF_CORE_SPEC_MAX_LEN) in bpf_core_match_member()2670 spec->raw_spec[spec->raw_len++] = i; in bpf_core_match_member()2699 spec->raw_len--; in bpf_core_match_member()2757 if (targ_spec->raw_len == BPF_CORE_SPEC_MAX_LEN) in bpf_core_spec_match()2764 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx; in bpf_core_spec_match()[all …]