Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h306 bool in_exception_callback_fn; member
/linux/kernel/bpf/
H A 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()
22204 state->frame[0]->in_exception_callback_fn = true; in do_check_common()