Searched refs:local_btf (Results 1 – 1 of 1) sorted by relevance
/kernel/bpf/ |
D | btf.c | 7656 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, in bpf_core_types_are_compat() argument 7659 return __bpf_core_types_are_compat(local_btf, local_id, targ_btf, targ_id, in bpf_core_types_are_compat() 7665 int bpf_core_types_match(const struct btf *local_btf, u32 local_id, in bpf_core_types_match() argument 7668 return __bpf_core_types_match(local_btf, local_id, targ_btf, targ_id, false, in bpf_core_types_match() 7901 const struct btf *local_btf = ctx->btf; in bpf_core_find_cands() local 7915 local_type = btf_type_by_id(local_btf, local_type_id); in bpf_core_find_cands() 7919 name = btf_name_by_offset(local_btf, local_type->name_off); in bpf_core_find_cands()
|