Lines Matching refs:local_acc
2636 const struct bpf_core_accessor *local_acc, in bpf_core_match_member() argument
2654 local_id = local_acc->type_id; in bpf_core_match_member()
2656 local_member = btf_members(local_type) + local_acc->idx; in bpf_core_match_member()
2682 found = bpf_core_match_member(local_btf, local_acc, in bpf_core_match_member()
2721 const struct bpf_core_accessor *local_acc; in bpf_core_spec_match() local
2728 local_acc = &local_spec->spec[0]; in bpf_core_spec_match()
2731 for (i = 0; i < local_spec->len; i++, local_acc++, targ_acc++) { in bpf_core_spec_match()
2737 if (local_acc->name) { in bpf_core_spec_match()
2739 local_acc, in bpf_core_spec_match()
2756 if (local_acc->idx >= a->nelems) in bpf_core_spec_match()
2768 targ_acc->idx = local_acc->idx; in bpf_core_spec_match()
2777 targ_spec->offset += local_acc->idx * sz; in bpf_core_spec_match()