Searched refs:__be64_to_cpu (Results 1 – 5 of 5) sorted by relevance
258 # ifndef __be64_to_cpu259 # define __be64_to_cpu(x) (x) macro263 # ifndef __be64_to_cpu264 # define __be64_to_cpu(x) __bswap_64(x) macro
301 ct->protoinfo.dccp.handshake_seq = __be64_to_cpu(tmp); in __parse_protoinfo_dccp()342 ct->counters[dir].packets = __be64_to_cpu(tmp); in __parse_counters()366 ct->counters[dir].bytes = __be64_to_cpu(tmp); in __parse_counters()483 ct->timestamp.start = __be64_to_cpu(tmp); in __parse_timestamp()489 ct->timestamp.stop = __be64_to_cpu(tmp); in __parse_timestamp()
206 __be64_to_cpu(ct->protoinfo.dccp.handshake_seq); in __build_protoinfo()
38 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x)) macro
38 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x)) macro