Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
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))