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

/linux-master/kernel/bpf/
H A Dbtf.c504 static bool btf_type_is_datasec(const struct btf_type *t) function
655 btf_type_is_datasec(t);
666 * another type. btf_type_is_datasec() holds multiple
683 btf_type_is_datasec(t);
3629 else if (btf_type_is_datasec(t))
5091 if (btf_type_is_struct(t) || btf_type_is_datasec(t))
5105 !btf_type_is_datasec(t);

Completed in 152 milliseconds