Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Drelo_core.c1496 bool behind_ptr, int level) in bpf_core_composites_match() argument
1517 targ_m->type, behind_ptr, level - 1); in bpf_core_composites_match()
1560 __u32 targ_id, bool behind_ptr, int level) in __bpf_core_types_match() argument
1595 if (behind_ptr) { in __bpf_core_types_match()
1620 if (behind_ptr) { in __bpf_core_types_match()
1635 behind_ptr, level); in __bpf_core_types_match()
1653 behind_ptr = true; in __bpf_core_types_match()
1687 targ_p->type, behind_ptr, level - 1); in __bpf_core_types_match()
H A Drelo_core.h76 __u32 targ_id, bool behind_ptr, int level);
/linux/tools/bpf/bpftool/
H A Dgen.c2223 * The `behind_ptr` argument is used to stop marking of composite types reached
2227 static int btfgen_mark_type_match(struct btfgen_info *info, __u32 type_id, bool behind_ptr) in btfgen_mark_type_match() argument
2254 if (behind_ptr) in btfgen_mark_type_match()
2273 return btfgen_mark_type_match(info, btf_type->type, behind_ptr); in btfgen_mark_type_match()