Home
last modified time | relevance | path

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

/include/linux/
Dbpf_verifier.h904 #define BPF_REG_TRUSTED_MODIFIERS (MEM_ALLOC | PTR_TRUSTED | NON_OWN_REF)
918 return type_is_ptr_alloc_obj(type) && type_flag(type) & NON_OWN_REF; in type_is_non_owning_ref()
Dbpf.h697 NON_OWN_REF = BIT(14 + BPF_BASE_TYPE_BITS), enumerator