Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h682 #define DYNPTR_TYPE_FLAG_MASK (DYNPTR_TYPE_LOCAL | DYNPTR_TYPE_RINGBUF | DYNPTR_TYPE_SKB \ macro
/openbmc/linux/kernel/bpf/
H A Dverifier.c831 switch (arg_type & DYNPTR_TYPE_FLAG_MASK) { in arg_to_dynptr_type()
8186 type &= ~DYNPTR_TYPE_FLAG_MASK; in check_reg_type()