Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c9868 const char *sub_name = bpf_subprog_name(env, subprog); in check_func_call() local
9875 operation = bpf_diag_fmt(env, "global function %s()", sub_name); in check_func_call()
9883 sub_name, non_sleepable_context_description(env)); in check_func_call()
9884 operation = bpf_diag_fmt(env, "sleepable global function %s()", sub_name); in check_func_call()
9892 subprog, sub_name); in check_func_call()
9898 subprog, sub_name); in check_func_call()
19302 const char *sub_name = bpf_subprog_name(env, subprog); in do_check_common() local
19307 verbose(env, "Validating %s() func#%d...\n", sub_name, subprog); in do_check_common()