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

/linux-master/kernel/bpf/
H A Dverifier.c498 static bool is_dynptr_ref_function(enum bpf_func_id func_id) function
563 if (is_dynptr_ref_function(func_id))
10628 if (is_dynptr_ref_function(func_id))
10631 if (is_ptr_cast_function(func_id) || is_dynptr_ref_function(func_id)) {

Completed in 350 milliseconds