Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dbpf_helpers.h121 * Helper macro to throw a compilation error if __bpf_unreachable() gets
127 * the program. __bpf_unreachable() can then reside in the default case. If
132 #ifndef __bpf_unreachable
133 # define __bpf_unreachable() __builtin_trap() macro
144 __bpf_unreachable(); in bpf_tail_call_static()

Completed in 2 milliseconds