Home
last modified time | relevance | path

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

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