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

/linux-master/kernel/bpf/
H A Dverifier.c977 enum bpf_dynptr_type dynptr_type; local
984 dynptr_type = arg_to_dynptr_type(arg_type);
986 return reg->dynptr.type == dynptr_type;
991 return state->stack[spi].spilled_ptr.dynptr.type == dynptr_type;
10436 enum bpf_dynptr_type dynptr_type; local
10443 dynptr_type = dynptr_get_type(env, reg);
10444 if (dynptr_type == BPF_DYNPTR_TYPE_INVALID)
10447 if (dynptr_type == BPF_DYNPTR_TYPE_SKB)

Completed in 225 milliseconds