Searched refs:targ_btf (Results 1 – 1 of 1) sorted by relevance
/kernel/bpf/ |
D | btf.c | 7657 const struct btf *targ_btf, __u32 targ_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() 7666 const struct btf *targ_btf, u32 targ_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() 7849 bpf_core_add_cands(struct bpf_cand_cache *cands, const struct btf *targ_btf, in bpf_core_add_cands() argument 7858 n = btf_nr_types(targ_btf); in bpf_core_add_cands() 7860 t = btf_type_by_id(targ_btf, i); in bpf_core_add_cands() 7864 targ_name = btf_name_by_offset(targ_btf, t->name_off); in bpf_core_add_cands() 7890 cands->cands[cands->cnt].btf = targ_btf; in bpf_core_add_cands()
|