Searched refs:targ_id (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()
|