Searched refs:bpf_subprog_name (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | bpf_verifier.h | 1479 const char *bpf_subprog_name(const struct bpf_verifier_env *env, int subprog);
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 411 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 D | diagnostics.c | 843 func = subprogno >= 0 ? bpf_subprog_name(env, subprogno) : NULL; in bpf_diag_source()
|