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

/linux-master/kernel/bpf/
H A Dverifier.c3742 * not actually arguments passed directly to callback subprogs
5976 * currently present subprog frames as tail call reachable subprogs;
9482 * interested in validating only BPF helpers that can call subprogs as
9557 /* Only global subprogs cannot be called with a lock held. */
15885 verbose(env, "LD_ABS is not allowed in subprogs without BTF\n");
15889 verbose(env, "tail_call is not allowed in subprogs without BTF\n");
16023 verbose(env, "number of funcs in func_info doesn't match number of subprogs\n");
16085 /* func_info is not available for hidden subprogs */
18646 /* fix up all subprogs (incl. 'exit') which start >= off */
18696 * code also wouldn't work since we can have subprogs wher
19599 struct bpf_subprog_info *subprogs = env->subprog_info; local
20332 struct bpf_subprog_info *subprogs = env->subprog_info; local
[all...]

Completed in 126 milliseconds