Searched refs:local_acc (Results 1 – 1 of 1) sorted by relevance
482 const struct bpf_core_accessor *local_acc, in bpf_core_match_member() argument500 local_id = local_acc->type_id; in bpf_core_match_member()502 local_member = btf_members(local_type) + local_acc->idx; in bpf_core_match_member()523 found = bpf_core_match_member(local_btf, local_acc, in bpf_core_match_member()562 const struct bpf_core_accessor *local_acc; in bpf_core_spec_match() local583 local_acc = &local_spec->spec[0]; in bpf_core_spec_match()629 if (local_acc->name) { in bpf_core_spec_match()631 local_acc, in bpf_core_spec_match()650 if (!flex && local_acc->idx >= a->nelems) in bpf_core_spec_match()662 targ_acc->idx = local_acc->idx; in bpf_core_spec_match()[all …]