Searched refs:btf_type_is_type_tag (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dbtf.h372 static inline bool btf_type_is_type_tag(const struct btf_type *t) function
/linux-master/kernel/bpf/
H A Dbtf.c3330 if (!btf_type_is_type_tag(t))
3333 if (btf_type_is_type_tag(btf_type_by_id(btf, t->type)))
5500 in_tags = btf_type_is_type_tag(t);
5506 if (btf_type_is_type_tag(t)) {
6359 if (btf_type_is_type_tag(t)) {
6609 if (btf_type_is_type_tag(t)) {

Completed in 282 milliseconds