Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c912 enum bpf_dynptr_type dynptr_type; in is_dynptr_type_expected() local
919 dynptr_type = arg_to_dynptr_type(arg_type); in is_dynptr_type_expected()
921 return reg->dynptr.type == dynptr_type; in is_dynptr_type_expected()
926 return state->stack[spi].spilled_ptr.dynptr.type == dynptr_type; in is_dynptr_type_expected()
10512 enum bpf_dynptr_type dynptr_type; in check_helper_call() local
10519 dynptr_type = dynptr_get_type(env, reg); in check_helper_call()
10520 if (dynptr_type == BPF_DYNPTR_TYPE_INVALID) in check_helper_call()
10523 if (dynptr_type == BPF_DYNPTR_TYPE_SKB || in check_helper_call()
10524 dynptr_type == BPF_DYNPTR_TYPE_SKB_META) in check_helper_call()