Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbtf.c184 #define BTF_TYPE_ID_VALID(type_id) ((type_id) <= BTF_MAX_TYPE) macro
2525 if (!BTF_TYPE_ID_VALID(t->type)) { in btf_ref_type_check_meta()
2874 if (!array->type || !BTF_TYPE_ID_VALID(array->type)) { in btf_array_check_meta()
2879 if (!array->index_type || !BTF_TYPE_ID_VALID(array->index_type)) { in btf_array_check_meta()
3128 if (!member->type || !BTF_TYPE_ID_VALID(member->type)) { in btf_struct_check_meta()
4436 if (!t->type || !BTF_TYPE_ID_VALID(t->type)) { in btf_var_check_meta()
4505 if (!vsi->type || !BTF_TYPE_ID_VALID(vsi->type)) { in btf_datasec_check_meta()