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

/linux-master/kernel/bpf/
H A Dverifier.c672 static bool dynptr_type_refcounted(enum bpf_dynptr_type type) function
744 if (dynptr_type_refcounted(type)) {
812 if (!dynptr_type_refcounted(state->stack[spi].spilled_ptr.dynptr.type)) {
879 if (dynptr_type_refcounted(state->stack[spi].spilled_ptr.dynptr.type)) {
11834 if (dynptr_type_refcounted(parent_type) && !clone_ref_obj_id) {
12408 * dynptr_type_refcounted)

Completed in 229 milliseconds