Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Drelo_core.h75 int __bpf_core_types_match(const struct btf *local_btf, __u32 local_id, const struct btf *targ_btf,
H A Drelo_core.c1501 err = __bpf_core_types_match(local_btf, local_m->type, targ_btf, in bpf_core_composites_match()
1544 int __bpf_core_types_match(const struct btf *local_btf, __u32 local_id, const struct btf *targ_btf, in __bpf_core_types_match() function
1671 err = __bpf_core_types_match(local_btf, local_p->type, targ_btf, in __bpf_core_types_match()
H A Dlibbpf.c5692 return __bpf_core_types_match(local_btf, local_id, targ_btf, targ_id, false, 32); in bpf_core_types_match()
/openbmc/linux/kernel/bpf/
H A Dbtf.c8100 return __bpf_core_types_match(local_btf, local_id, targ_btf, targ_id, false, in bpf_core_types_match()