Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Drelo_core.c529 struct bpf_core_accessor *targ_acc; in bpf_core_match_member() local
531 targ_acc = &spec->spec[spec->len++]; in bpf_core_match_member()
532 targ_acc->type_id = targ_id; in bpf_core_match_member()
533 targ_acc->idx = i; in bpf_core_match_member()
534 targ_acc->name = targ_name; in bpf_core_match_member()
562 struct bpf_core_accessor *targ_acc; in bpf_core_spec_match() local
583 targ_acc = &targ_spec->spec[0]; in bpf_core_spec_match()
607 targ_acc->type_id = targ_id; in bpf_core_spec_match()
608 targ_acc->idx = i; in bpf_core_spec_match()
609 targ_acc->name = targ_name; in bpf_core_spec_match()
[all …]