Home
last modified time | relevance | path

Searched refs:targ_acc (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/tools/lib/bpf/
Dlibbpf.c2676 struct bpf_core_accessor *targ_acc; in bpf_core_match_member() local
2678 targ_acc = &spec->spec[spec->len++]; in bpf_core_match_member()
2679 targ_acc->type_id = targ_id; in bpf_core_match_member()
2680 targ_acc->idx = i; in bpf_core_match_member()
2681 targ_acc->name = targ_name; in bpf_core_match_member()
2709 struct bpf_core_accessor *targ_acc; in bpf_core_spec_match() local
2716 targ_acc = &targ_spec->spec[0]; in bpf_core_spec_match()
2718 for (i = 0; i < local_spec->len; i++, local_acc++, targ_acc++) { in bpf_core_spec_match()
2754 targ_acc->type_id = targ_id; in bpf_core_spec_match()
2755 targ_acc->idx = local_acc->idx; in bpf_core_spec_match()
[all …]