Searched refs:btf_type_is_func_proto (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/trace/
H A Dtrace_btf.c29 if (!t || !btf_type_is_func_proto(t))
45 if (!btf_type_is_func_proto(func_proto))
/linux-master/include/linux/
H A Dbtf.h362 static inline bool btf_type_is_func_proto(const struct btf_type *t) function
/linux-master/kernel/bpf/
H A Dbtf.c517 btf_type_is_func(t) || btf_type_is_func_proto(t) ||
642 if (ptype && btf_type_is_func_proto(ptype))
2631 !btf_type_is_func_proto(next_type)) {
2734 !btf_type_is_func_proto(next_type)) {
4974 if (!proto_type || !btf_type_is_func_proto(proto_type)) {
5180 if (btf_type_is_func_proto(t)) {
6914 if (!t1 || !btf_type_is_func_proto(t1))
6917 if (!t2 || !btf_type_is_func_proto(t2))
7177 if (!t || !btf_type_is_func_proto(t)) {
7952 if (!func || !btf_type_is_func_proto(fun
[all...]
H A Dbpf_struct_ops.c670 if (!ptype || !btf_type_is_func_proto(ptype)) {
H A Dverifier.c2801 if (!func_proto || !btf_type_is_func_proto(func_proto)) {
15985 if (unlikely(!func_proto || !btf_type_is_func_proto(func_proto)))
20922 if (!btf_type_is_func_proto(t))
20934 if (!btf_type_is_func_proto(t))
20958 if (!btf_type_is_func_proto(t))

Completed in 227 milliseconds