Searched refs:need_btf (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/kernel/bpf/ |
D | btf.c | 5857 const struct btf *need_btf, u32 need_type_id, in btf_struct_ids_match() argument 5865 if (off == 0 && btf_types_are_same(btf, id, need_btf, need_type_id)) in btf_struct_ids_match() 5886 if (!btf_types_are_same(btf, id, need_btf, need_type_id)) { in btf_struct_ids_match()
|
/Linux-v6.1/include/linux/ |
D | bpf.h | 2043 const struct btf *need_btf, u32 need_type_id,
|