Home
last modified time | relevance | path

Searched refs:bpf_throw (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dexceptions_fail.c57 bpf_throw(0); in __exception_cb()
66 bpf_throw(0); in __exception_cb()
75 bpf_throw(0); in __exception_cb()
84 bpf_throw(0); in __exception_cb()
91 bpf_throw(0); in timer_cb()
113 bpf_throw(0); in subprog_lock()
122 bpf_throw(0); in reject_with_lock()
138 bpf_throw(0); in reject_with_rcu_read_lock()
145 bpf_throw(0); in throwing_subprog()
159 bpf_throw( in rbless()
[all...]
H A Dexceptions_ext.c15 bpf_throw(0); in throwing_fentry()
34 bpf_throw(32); in __exception_cb()
42 bpf_throw(64); in __exception_cb()
55 bpf_throw(0); in throwing_fexit()
68 bpf_throw(0); in throwing_fmod_ret()
H A Dexceptions.c23 bpf_throw(32); in static_func()
36 bpf_throw(16); in global2static()
48 bpf_throw(64); in exception_throw_always_1()
77 bpf_throw(0); in exception_throw_default()
84 bpf_throw(5); in exception_throw_default_value()
91 bpf_throw(16); in exception_tail_call_target()
154 bpf_throw(25); in __exception_cb()
166 bpf_throw(0); in throwing_subprog()
178 bpf_throw(0); in throwing_global_subprog()
197 bpf_throw( in exception_throw_subprog()
[all...]
H A Dverifier_private_stack.c232 bpf_throw(0); in private_stack_exception_main_prog()
238 bpf_throw(0); in subprog_exception()
H A Dres_spin_lock_fail.c216 bpf_throw(0); in res_spin_lock_var_off()
/linux/kernel/bpf/
H A Dhelpers.c3008 __bpf_kfunc void bpf_throw(u64 cookie) in bpf_throw() function
3019 * deeper stack depths than ctx.sp as we do not return from bpf_throw, in bpf_throw()
3742 BTF_ID_FLAGS(func, bpf_throw)
H A Dverifier.c1746 * necessary in case of exceptional exits using bpf_throw. in copy_verifier_state()
3541 * or unconditional jump back or bpf_throw call in check_subprogs()
6668 "bpf_throw kfunc (insn %d) cannot be called from callback subprog %d\n", in check_max_stack_depth_subprog()
11033 * bpf_throw, this will be done by copy_verifier_state for extra frames. */ in prepare_func_exit()
12289 BTF_ID(func, bpf_throw) in BTF_ID()
13946 * to bpf_throw becomes the return value of the program. in check_kfunc_call()