Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h621 DYNPTR_TYPE_LOCAL = BIT(8 + BPF_BASE_TYPE_BITS), enumerator
682 #define DYNPTR_TYPE_FLAG_MASK (DYNPTR_TYPE_LOCAL | DYNPTR_TYPE_RINGBUF | DYNPTR_TYPE_SKB \
/openbmc/linux/kernel/bpf/
H A Dhelpers.c1534 .arg4_type = ARG_PTR_TO_DYNPTR | DYNPTR_TYPE_LOCAL | MEM_UNINIT,
H A Dverifier.c832 case DYNPTR_TYPE_LOCAL: in arg_to_dynptr_type()
849 return DYNPTR_TYPE_LOCAL; in get_dynptr_type_flag()