Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dverifier.c11461 enum bpf_arg_type dynptr_arg_type = ARG_PTR_TO_DYNPTR; in check_kfunc_args() local
11471 dynptr_arg_type |= MEM_RDONLY; in check_kfunc_args()
11474 dynptr_arg_type |= MEM_UNINIT; in check_kfunc_args()
11477 dynptr_arg_type |= DYNPTR_TYPE_SKB; in check_kfunc_args()
11479 dynptr_arg_type |= DYNPTR_TYPE_XDP; in check_kfunc_args()
11481 (dynptr_arg_type & MEM_UNINIT)) { in check_kfunc_args()
11489 dynptr_arg_type |= (unsigned int)get_dynptr_type_flag(parent_type); in check_kfunc_args()
11497 ret = process_dynptr_func(env, regno, insn_idx, dynptr_arg_type, clone_ref_obj_id); in check_kfunc_args()
11501 if (!(dynptr_arg_type & MEM_UNINIT)) { in check_kfunc_args()