Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c437 static bool is_dynptr_ref_function(enum bpf_func_id func_id) in reg_btf_record()
510 if (is_dynptr_ref_function(func_id)) in is_ptr_cast_function()
10689 if (is_dynptr_ref_function(func_id)) in btf_check_func_arg_match()
10692 if (is_ptr_cast_function(func_id) || is_dynptr_ref_function(func_id)) { in btf_check_func_arg_match()
514 static bool is_dynptr_ref_function(enum bpf_func_id func_id) is_dynptr_ref_function() function