Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c12748 enum bpf_arg_type dynptr_arg_type = ARG_PTR_TO_DYNPTR; in check_kfunc_args() local
12752 dynptr_arg_type |= MEM_RDONLY; in check_kfunc_args()
12755 dynptr_arg_type |= MEM_UNINIT; in check_kfunc_args()
12758 dynptr_arg_type |= DYNPTR_TYPE_SKB; in check_kfunc_args()
12760 dynptr_arg_type |= DYNPTR_TYPE_XDP; in check_kfunc_args()
12762 (dynptr_arg_type & MEM_UNINIT)) { in check_kfunc_args()
12770 dynptr_arg_type |= (unsigned int)get_dynptr_type_flag(parent_type); in check_kfunc_args()
12778 ret = process_dynptr_func(env, regno, insn_idx, dynptr_arg_type, clone_ref_obj_id); in check_kfunc_args()
12782 if (!(dynptr_arg_type & MEM_UNINIT)) { in check_kfunc_args()