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

/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;
10507 enum bpf_dynptr_type dynptr_type; local
10514 dynptr_type = dynptr_get_type(env, reg);
10515 if (dynptr_type == BPF_DYNPTR_TYPE_INVALID)
10518 if (dynptr_type == BPF_DYNPTR_TYPE_SKB)

Completed in 234 milliseconds