Searched refs:dynptr_arg_type (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dverifier.c11804 enum bpf_arg_type dynptr_arg_type = ARG_PTR_TO_DYNPTR; local
11814 dynptr_arg_type |= MEM_RDONLY;
11817 dynptr_arg_type |= MEM_UNINIT;
11820 dynptr_arg_type |= DYNPTR_TYPE_SKB;
11822 dynptr_arg_type |= DYNPTR_TYPE_XDP;
11824 (dynptr_arg_type & MEM_UNINIT)) {
11832 dynptr_arg_type |= (unsigned int)get_dynptr_type_flag(parent_type);
11840 ret = process_dynptr_func(env, regno, insn_idx, dynptr_arg_type, clone_ref_obj_id);
11844 if (!(dynptr_arg_type & MEM_UNINIT)) {

Completed in 172 milliseconds