Searched refs:__bpf_unreachable (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtailcall6.c20 __bpf_unreachable();
29 __bpf_unreachable();
/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h122 * Helper macro to throw a compilation error if __bpf_unreachable() gets
128 * the program. __bpf_unreachable() can then reside in the default case. If
133 #ifndef __bpf_unreachable
134 # define __bpf_unreachable() __builtin_trap() macro
145 __bpf_unreachable();

Completed in 368 milliseconds