Searched refs:local_acc (Results 1 – 1 of 1) sorted by relevance
4822 const struct bpf_core_accessor *local_acc, in bpf_core_match_member() argument4840 local_id = local_acc->type_id; in bpf_core_match_member()4842 local_member = btf_members(local_type) + local_acc->idx; in bpf_core_match_member()4863 found = bpf_core_match_member(local_btf, local_acc, in bpf_core_match_member()4996 const struct bpf_core_accessor *local_acc; in bpf_core_spec_match() local5011 local_acc = &local_spec->spec[0]; in bpf_core_spec_match()5024 local_essent_len = bpf_core_essential_name_len(local_acc->name); in bpf_core_spec_match()5031 if (strncmp(local_acc->name, targ_name, local_essent_len) == 0) { in bpf_core_spec_match()5047 for (i = 0; i < local_spec->len; i++, local_acc++, targ_acc++) { in bpf_core_spec_match()5053 if (local_acc->name) { in bpf_core_spec_match()[all …]