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

/linux-master/kernel/bpf/
H A Dverifier.c11946 enum bpf_arg_type dynptr_arg_type = ARG_PTR_TO_DYNPTR; local
11956 dynptr_arg_type |= MEM_RDONLY;
11959 dynptr_arg_type |= MEM_UNINIT;
11962 dynptr_arg_type |= DYNPTR_TYPE_SKB;
11964 dynptr_arg_type |= DYNPTR_TYPE_XDP;
11966 (dynptr_arg_type & MEM_UNINIT)) {
11974 dynptr_arg_type |= (unsigned int)get_dynptr_type_flag(parent_type);
11982 ret = process_dynptr_func(env, regno, insn_idx, dynptr_arg_type, clone_ref_obj_id);
11986 if (!(dynptr_arg_type & MEM_UNINIT)) {

Completed in 194 milliseconds