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

/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.c3331 if (!btf_type_is_type_tag(t))
3334 if (btf_type_is_type_tag(btf_type_by_id(btf, t->type)))
5518 in_tags = btf_type_is_type_tag(t);
5524 if (btf_type_is_type_tag(t)) {
6380 if (btf_type_is_type_tag(t)) {
6630 if (btf_type_is_type_tag(t)) {

Completed in 230 milliseconds