Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dverifier.c12143 enum bpf_arg_type dynptr_arg_type = ARG_PTR_TO_DYNPTR; in check_kfunc_args() local
12147 dynptr_arg_type |= MEM_RDONLY; in check_kfunc_args()
12150 dynptr_arg_type |= MEM_UNINIT; in check_kfunc_args()
12153 dynptr_arg_type |= DYNPTR_TYPE_SKB; in check_kfunc_args()
12155 dynptr_arg_type |= DYNPTR_TYPE_XDP; in check_kfunc_args()
12157 (dynptr_arg_type & MEM_UNINIT)) { in check_kfunc_args()
12165 dynptr_arg_type |= (unsigned int)get_dynptr_type_flag(parent_type); in check_kfunc_args()
12173 ret = process_dynptr_func(env, regno, insn_idx, dynptr_arg_type, clone_ref_obj_id); in check_kfunc_args()
12177 if (!(dynptr_arg_type & MEM_UNINIT)) { in check_kfunc_args()