Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_verifier.h317 bool in_exception_callback_fn; member
/linux-6.15/kernel/bpf/
H A Dverifier.c16818 if (!is_subprog || frame->in_exception_callback_fn) { in check_return_code()
16831 if (frame->in_exception_callback_fn) in check_return_code()
16872 if (is_subprog && !frame->in_exception_callback_fn) { in check_return_code()
22700 state->frame[0]->in_exception_callback_fn = true; in do_check_common()