Home
last modified time | relevance | path

Searched refs:in_exception_callback_fn (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/include/linux/
Dbpf_verifier.h306 bool in_exception_callback_fn; member
/linux-6.14.4/kernel/bpf/
Dverifier.c16411 if (!is_subprog || frame->in_exception_callback_fn) { in check_return_code()
16451 if (is_subprog && !frame->in_exception_callback_fn) { in check_return_code()
22211 state->frame[0]->in_exception_callback_fn = true; in do_check_common()