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

/linux-master/include/linux/
H A Dbpf_verifier.h684 int exception_callback_subprog; member in struct:bpf_verifier_env
/linux-master/kernel/bpf/
H A Dverifier.c2940 env->exception_callback_subprog = i;
12227 if (!env->exception_callback_subprog) {
15843 if (env->exception_callback_subprog && !ex_done) {
15844 ex_insn_beg = env->subprog_info[env->exception_callback_subprog].start;
19318 prog->aux->bpf_exception_cb = (void *)func[env->exception_callback_subprog]->bpf_func;
19603 if (env->seen_exception && !env->exception_callback_subprog) {
19616 env->exception_callback_subprog = env->subprog_cnt - 1;
19618 mark_subprog_exc_cb(env, env->exception_callback_subprog);
20562 if (env->exception_callback_subprog)
20563 subprog_aux(env, env->exception_callback_subprog)
[all...]

Completed in 272 milliseconds