Searched refs:dynptr_type (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/bpf/
H A Dverifier.c982 enum bpf_dynptr_type dynptr_type; local
989 dynptr_type = arg_to_dynptr_type(arg_type);
991 return reg->dynptr.type == dynptr_type;
996 return state->stack[spi].spilled_ptr.dynptr.type == dynptr_type;
10503 enum bpf_dynptr_type dynptr_type; local
10510 dynptr_type = dynptr_get_type(env, reg);
10511 if (dynptr_type == BPF_DYNPTR_TYPE_INVALID)
10514 if (dynptr_type == BPF_DYNPTR_TYPE_SKB)

Completed in 227 milliseconds