Searched refs:btf_is_func_proto (Results 1 – 3 of 3) sorted by relevance
422 static inline bool btf_is_func_proto(const struct btf_type *t) in btf_is_func_proto() function
1155 if (!btf_is_func_proto(kern_mtype)) { in bpf_map__init_kern_struct_ops()2176 return btf_is_func_proto(t) ? t : NULL;2445 if (!btf_is_func_proto(t)) {2855 } else if (!has_func && btf_is_func_proto(t)) {
2551 if (!btf_is_func_proto(t))