Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c913 enum bpf_dynptr_type dynptr_type; in destroy_if_dynptr_stack_slot()
920 dynptr_type = arg_to_dynptr_type(arg_type); in destroy_if_dynptr_stack_slot()
922 return reg->dynptr.type == dynptr_type; in destroy_if_dynptr_stack_slot()
927 return state->stack[spi].spilled_ptr.dynptr.type == dynptr_type; in destroy_if_dynptr_stack_slot()
10499 enum bpf_dynptr_type dynptr_type; in check_btf_id_ok()
10506 dynptr_type = dynptr_get_type(env, reg); in check_mem_arg_rw_flag_ok()
10507 if (dynptr_type == BPF_DYNPTR_TYPE_INVALID) in check_mem_arg_rw_flag_ok()
10510 if (dynptr_type == BPF_DYNPTR_TYPE_SKB || in check_mem_arg_rw_flag_ok()
10511 dynptr_type == BPF_DYNPTR_TYPE_SKB_META) in check_mem_arg_rw_flag_ok()
1025 enum bpf_dynptr_type dynptr_type; is_dynptr_type_expected() local
11900 enum bpf_dynptr_type dynptr_type; check_helper_call() local