Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbpf.h660 PTR_TO_DYNPTR, /* reg points to a dynptr */ enumerator
/Linux-v6.1/kernel/bpf/
Dverifier.c566 [PTR_TO_DYNPTR] = "dynptr_ptr", in reg_type_str()
5713 PTR_TO_DYNPTR | DYNPTR_TYPE_LOCAL,
6099 if (base_type(reg->type) == PTR_TO_DYNPTR) in check_func_arg()
6953 callee->regs[BPF_REG_1].type = PTR_TO_DYNPTR | DYNPTR_TYPE_LOCAL; in set_user_ringbuf_callback_state()
7432 if (base_type(reg->type) != PTR_TO_DYNPTR) in check_helper_call()