Searched refs:type_flag (Results 1 – 1 of 1) sorted by relevance
879 static inline u32 type_flag(u32 type) in type_flag() function908 return type_flag(type) & ~BPF_REG_TRUSTED_MODIFIERS; in bpf_type_has_unsafe_modifiers()913 return base_type(type) == PTR_TO_BTF_ID && type_flag(type) & MEM_ALLOC; in type_is_ptr_alloc_obj()918 return type_is_ptr_alloc_obj(type) && type_flag(type) & NON_OWN_REF; in type_is_non_owning_ref()