Searched refs:from64to16 (Results 1 – 3 of 3) sorted by relevance
20 static inline unsigned short from64to16(unsigned long x) in from64to16() function50 return (__force __sum16)~from64to16( in csum_tcpudp_magic()136 result = from64to16(result); in do_csum()184 return (__force __sum16)~from64to16(do_csum(buff,len)); in ip_compute_csum()
55 static inline unsigned short from64to16(unsigned long x) in from64to16() function346 return (__force __wsum)from64to16 (checksum); in __csum_and_copy()
34 static inline unsigned short from64to16(u64 x) in from64to16() function53 return (__force __sum16)~from64to16( in csum_tcpudp_magic()