Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c2766 ctx.aux->bpf_exception_cb(cookie, ctx.sp, ctx.bp, 0, 0); in bpf_throw()
H A Dverifier.c19586 prog->aux->bpf_exception_cb = (void *)func[env->exception_callback_subprog]->bpf_func; in jit_subprogs()
/linux/include/linux/
H A Dbpf.h1498 u64 (*bpf_exception_cb)(u64 cookie, u64 sp, u64 bp, u64, u64); member