Lines Matching refs:exception_exit
9846 bool *do_print_state, bool exception_exit);
10499 static int check_reference_leak(struct bpf_verifier_env *env, bool exception_exit) in check_reference_leak() argument
10507 if (!exception_exit && cur_func(env)->frameno) in check_reference_leak()
10516 if (type == BPF_PROG_TYPE_STRUCT_OPS && !exception_exit && in check_reference_leak()
10527 static int check_resource_leak(struct bpf_verifier_env *env, bool exception_exit, bool check_lock, … in check_resource_leak() argument
10538 err = check_reference_leak(env, exception_exit); in check_resource_leak()
17920 bool exception_exit) in process_bpf_exit_full() argument
17930 int err = check_resource_leak(env, exception_exit, in process_bpf_exit_full()
17931 exception_exit || !env->cur_state->curframe, in process_bpf_exit_full()
17932 exception_exit ? "bpf_throw" : in process_bpf_exit_full()
17946 if (exception_exit) in process_bpf_exit_full()