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

/linux-master/kernel/bpf/
H A Dbtf.c185 #define BTF_TYPE_ID_VALID(type_id) ((type_id) <= BTF_MAX_TYPE) macro
2568 if (!BTF_TYPE_ID_VALID(t->type)) {
2917 if (!array->type || !BTF_TYPE_ID_VALID(array->type)) {
2922 if (!array->index_type || !BTF_TYPE_ID_VALID(array->index_type)) {
3171 if (!member->type || !BTF_TYPE_ID_VALID(member->type)) {
4504 if (!t->type || !BTF_TYPE_ID_VALID(t->type)) {
4573 if (!vsi->type || !BTF_TYPE_ID_VALID(vsi->type)) {

Completed in 95 milliseconds