__bpf_cpu_to_be64
# define __bpf_cpu_to_be64(x) __builtin_bswap64(x)
# define __bpf_cpu_to_be64(x) (x)