Searched refs:behind_ptr (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | relo_core.c | 1481 bool behind_ptr, int level) in bpf_core_composites_match() 1502 targ_m->type, behind_ptr, level - 1); in bpf_core_composites_match() 1545 __u32 targ_id, bool behind_ptr, int level) in __bpf_core_types_match() 1580 if (behind_ptr) { in __bpf_core_types_match() 1605 if (behind_ptr) { in __bpf_core_types_match() 1620 behind_ptr, level); in __bpf_core_types_match() 1638 behind_ptr = true; in __bpf_core_types_match() 1672 targ_p->type, behind_ptr, level - 1); in __bpf_core_types_match() 1479 bpf_core_composites_match(const struct btf *local_btf, const struct btf_type *local_t, const struct btf *targ_btf, const struct btf_type *targ_t, bool behind_ptr, int level) bpf_core_composites_match() argument 1544 __bpf_core_types_match(const struct btf *local_btf, __u32 local_id, const struct btf *targ_btf, __u32 targ_id, bool behind_ptr, int level) __bpf_core_types_match() argument
|
H A D | relo_core.h | 76 __u32 targ_id, bool behind_ptr, int level);
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | gen.c | 1860 * The `behind_ptr` argument is used to stop marking of composite types reached 1864 static int btfgen_mark_type_match(struct btfgen_info *info, __u32 type_id, bool behind_ptr) in btfgen_mark_type_match() argument 1891 if (behind_ptr) in btfgen_mark_type_match() 1910 return btfgen_mark_type_match(info, btf_type->type, behind_ptr); in btfgen_mark_type_match()
|
Completed in 5 milliseconds