Searched refs:btf_type_is_typedef (Results 1 – 3 of 3) sorted by relevance
334 static inline bool btf_type_is_typedef(const struct btf_type *t) in btf_type_is_typedef() function
521 btf_type_is_var(t) || btf_type_is_typedef(t); in btf_type_is_decl_tag_target()4761 if (btf_type_is_var(next_type) || btf_type_is_typedef(next_type)) { in btf_decl_tag_resolve()
19936 if (!btf_type_is_typedef(t)) { in bpf_check_attach_target()