Home
last modified time | relevance | path

Searched refs:from64to16 (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/alpha/lib/
Dchecksum.c17 static inline unsigned short from64to16(unsigned long x) in from64to16() function
49 return (__force __sum16)~from64to16( in csum_tcpudp_magic()
136 result = from64to16(result); in do_csum()
183 return (__force __sum16)~from64to16(do_csum(buff,len)); in ip_compute_csum()
Dcsum_partial_copy.c73 static inline unsigned short from64to16(unsigned long x) in from64to16() function
373 checksum = from64to16 (checksum); in csum_partial_copy_from_user()
/linux-4.1.27/arch/ia64/lib/
Dchecksum.c19 from64to16 (unsigned long x) in from64to16() function
40 return (__force __sum16)~from64to16( in csum_tcpudp_magic()
Dcsum_partial_copy.c20 short from64to16(unsigned long x) in from64to16() function
90 result = from64to16(result); in do_csum_c()
/linux-4.1.27/arch/hexagon/lib/
Dchecksum.c47 static inline unsigned short from64to16(u64 x) in from64to16() function
67 return (__force __sum16)~from64to16( in csum_tcpudp_magic()