Searched refs:exception_callback_subprog (Results 1 - 2 of 2) sorted by path

/linux-master/include/linux/
H A Dbpf_verifier.h693 int exception_callback_subprog; member in struct:bpf_verifier_env
/linux-master/kernel/bpf/
H A Dverifier.c2952 env->exception_callback_subprog = i;
12412 if (!env->exception_callback_subprog) {
15999 if (env->exception_callback_subprog && !ex_done) {
16000 ex_insn_beg = env->subprog_info[env->exception_callback_subprog].start;
19516 prog->aux->bpf_exception_cb = (void *)func[env->exception_callback_subprog]->bpf_func;
19808 if (env->seen_exception && !env->exception_callback_subprog) {
19821 env->exception_callback_subprog = env->subprog_cnt - 1;
19823 mark_subprog_exc_cb(env, env->exception_callback_subprog);
20881 if (env->exception_callback_subprog)
20882 subprog_aux(env, env->exception_callback_subprog)
[all...]

Completed in 255 milliseconds