__bpf_be64_to_cpu
# define __bpf_be64_to_cpu(x) __builtin_bswap64(x)
# define __bpf_be64_to_cpu(x) (x)