Searched refs:targ_acc (Results 1 – 1 of 1) sorted by relevance
4811 struct bpf_core_accessor *targ_acc; in bpf_core_match_member() local4813 targ_acc = &spec->spec[spec->len++]; in bpf_core_match_member()4814 targ_acc->type_id = targ_id; in bpf_core_match_member()4815 targ_acc->idx = i; in bpf_core_match_member()4816 targ_acc->name = targ_name; in bpf_core_match_member()4938 struct bpf_core_accessor *targ_acc; in bpf_core_spec_match() local4953 targ_acc = &targ_spec->spec[0]; in bpf_core_spec_match()4973 targ_acc->type_id = targ_id; in bpf_core_spec_match()4974 targ_acc->idx = i; in bpf_core_spec_match()4975 targ_acc->name = targ_name; in bpf_core_spec_match()[all …]