Home
last modified time | relevance | path

Searched refs:btf_is_func_proto (Results 1 – 3 of 3) sorted by relevance

/third_party/libbpf/src/
Dbtf.h422 static inline bool btf_is_func_proto(const struct btf_type *t) in btf_is_func_proto() function
Dlibbpf.c1155 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)) {
Dbtf.c2551 if (!btf_is_func_proto(t))