Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/lib/bpf/
H A Drelo_core.c530 struct bpf_core_accessor *targ_acc; in bpf_core_match_member() local
532 targ_acc = &spec->spec[spec->len++]; in bpf_core_match_member()
533 targ_acc->type_id = targ_id; in bpf_core_match_member()
534 targ_acc->idx = i; in bpf_core_match_member()
535 targ_acc->name = targ_name; in bpf_core_match_member()
563 struct bpf_core_accessor *targ_acc; in bpf_core_spec_match() local
584 targ_acc = &targ_spec->spec[0]; in bpf_core_spec_match()
608 targ_acc->type_id = targ_id; in bpf_core_spec_match()
609 targ_acc->idx = i; in bpf_core_spec_match()
610 targ_acc in bpf_core_spec_match()
[all...]
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c4873 struct bpf_core_accessor *targ_acc; in bpf_core_match_member() local
4875 targ_acc = &spec->spec[spec->len++]; in bpf_core_match_member()
4876 targ_acc->type_id = targ_id; in bpf_core_match_member()
4877 targ_acc->idx = i; in bpf_core_match_member()
4878 targ_acc->name = targ_name; in bpf_core_match_member()
5000 struct bpf_core_accessor *targ_acc; in bpf_core_spec_match() local
5015 targ_acc = &targ_spec->spec[0]; in bpf_core_spec_match()
5035 targ_acc->type_id = targ_id; in bpf_core_spec_match()
5036 targ_acc->idx = i; in bpf_core_spec_match()
5037 targ_acc in bpf_core_spec_match()
[all...]

Completed in 11 milliseconds