Home
last modified time | relevance | path

Searched refs:btf_type_is_struct_ptr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dbtf.h564 static inline bool btf_type_is_struct_ptr(struct btf *btf, const struct btf_type *t) in btf_type_is_struct_ptr() function
/openbmc/linux/kernel/bpf/
H A Dverifier.c11855 if (is_kfunc_acquire(&meta) && !btf_type_is_struct_ptr(meta.btf, t)) { in check_kfunc_call()