Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h1479 const char *bpf_subprog_name(const struct bpf_verifier_env *env, int subprog);
/linux/kernel/bpf/
H A Dverifier.c411 const char *bpf_subprog_name(const struct bpf_verifier_env *env, int subprog) in bpf_subprog_name() function
3132 bpf_subprog_name(env, cur), in sort_subprogs_topo()
3133 bpf_subprog_name(env, callee)); in sort_subprogs_topo()
3159 i, bpf_subprog_name(env, env->subprog_topo_order[i])); in sort_subprogs_topo()
9635 bpf_subprog_name(env, subprog), in btf_check_func_arg_match()
9647 bpf_subprog_name(env, subprog), btf, args); in btf_check_func_arg_match()
9714 bpf_subprog_name(env, subprog), arg->arg_type, in btf_check_func_arg_match()
9727 bpf_subprog_name(env, subprog)); in btf_check_func_arg_match()
9868 const char *sub_name = bpf_subprog_name(env, subprog); in check_func_call()
19302 const char *sub_name = bpf_subprog_name(env, subprog); in do_check_common()
[all …]
H A Ddiagnostics.c843 func = subprogno >= 0 ? bpf_subprog_name(env, subprogno) : NULL; in bpf_diag_source()