Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dbpf.h453 DYNPTR_TYPE_LOCAL = BIT(8 + BPF_BASE_TYPE_BITS), enumerator
465 #define DYNPTR_TYPE_FLAG_MASK (DYNPTR_TYPE_LOCAL | DYNPTR_TYPE_RINGBUF)
/linux-6.1.9/kernel/bpf/
Dhelpers.c1477 .arg4_type = ARG_PTR_TO_DYNPTR | DYNPTR_TYPE_LOCAL | MEM_UNINIT,
Dverifier.c686 case DYNPTR_TYPE_LOCAL: in arg_to_dynptr_type()
5730 PTR_TO_DYNPTR | DYNPTR_TYPE_LOCAL,
6142 case DYNPTR_TYPE_LOCAL: in check_func_arg()
6970 callee->regs[BPF_REG_1].type = PTR_TO_DYNPTR | DYNPTR_TYPE_LOCAL; in set_user_ringbuf_callback_state()
Dbtf.c6508 ARG_PTR_TO_DYNPTR | DYNPTR_TYPE_LOCAL)) { in btf_check_func_arg_match()