Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dbpf_endian.h25 #define ___bpf_swab64(x) ((__u64)( \ macro
61 # define __bpf_constant_be64_to_cpu(x) ___bpf_swab64(x)
62 # define __bpf_constant_cpu_to_be64(x) ___bpf_swab64(x)

Completed in 1 milliseconds