Lines Matching refs:targ_acc
4870 struct bpf_core_accessor *targ_acc; in bpf_core_match_member() local
4872 targ_acc = &spec->spec[spec->len++]; in bpf_core_match_member()
4873 targ_acc->type_id = targ_id; in bpf_core_match_member()
4874 targ_acc->idx = i; in bpf_core_match_member()
4875 targ_acc->name = targ_name; in bpf_core_match_member()
4997 struct bpf_core_accessor *targ_acc; in bpf_core_spec_match() local
5012 targ_acc = &targ_spec->spec[0]; in bpf_core_spec_match()
5032 targ_acc->type_id = targ_id; in bpf_core_spec_match()
5033 targ_acc->idx = i; in bpf_core_spec_match()
5034 targ_acc->name = targ_name; in bpf_core_spec_match()
5036 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx; in bpf_core_spec_match()
5047 for (i = 0; i < local_spec->len; i++, local_acc++, targ_acc++) { in bpf_core_spec_match()
5073 flex = is_flex_arr(targ_btf, targ_acc - 1, a); in bpf_core_spec_match()
5085 targ_acc->type_id = targ_id; in bpf_core_spec_match()
5086 targ_acc->idx = local_acc->idx; in bpf_core_spec_match()
5087 targ_acc->name = NULL; in bpf_core_spec_match()
5089 targ_spec->raw_spec[targ_spec->raw_len] = targ_acc->idx; in bpf_core_spec_match()