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

/linux-master/kernel/bpf/
H A Dverifier.c11045 static bool is_kfunc_ret_null(struct bpf_kfunc_call_arg_meta *meta) function
12387 /* PTR_MAYBE_NULL will be added when is_kfunc_ret_null is checked */
12455 if (is_kfunc_ret_null(&meta)) {
12466 if (is_kfunc_ret_null(&meta))

Completed in 127 milliseconds