Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dbpf_endian.h59 # define __bpf_be64_to_cpu(x) __builtin_bswap64(x) macro
72 # define __bpf_be64_to_cpu(x) (x) macro
97 __bpf_constant_be64_to_cpu(x) : __bpf_be64_to_cpu(x))

Completed in 1 milliseconds