Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtailcall6.c20 __bpf_unreachable(); in classifier_0()
29 __bpf_unreachable(); in entry()
/linux/tools/lib/bpf/
H A Dbpf_helpers.h130 * Helper macro to throw a compilation error if __bpf_unreachable() gets
136 * the program. __bpf_unreachable() can then reside in the default case. If
141 #ifndef __bpf_unreachable
142 # define __bpf_unreachable() __builtin_trap() macro
154 __bpf_unreachable(); in bpf_tail_call_static()