Home
last modified time | relevance | path

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

/linux-6.1.9/arch/alpha/lib/
Dchecksum.c18 static inline unsigned short from64to16(unsigned long x) in from64to16() function
48 return (__force __sum16)~from64to16( in csum_tcpudp_magic()
134 result = from64to16(result); in do_csum()
182 return (__force __sum16)~from64to16(do_csum(buff,len)); in ip_compute_csum()
Dcsum_partial_copy.c55 static inline unsigned short from64to16(unsigned long x) in from64to16() function
346 return (__force __wsum)from64to16 (checksum); in __csum_and_copy()
/linux-6.1.9/arch/ia64/lib/
Dcsum_partial_copy.c21 short from64to16(unsigned long x) in from64to16() function
91 result = from64to16(result); in do_csum_c()
Dchecksum.c20 from64to16 (unsigned long x) in from64to16() function
41 return (__force __sum16)~from64to16( in csum_tcpudp_magic()
/linux-6.1.9/arch/hexagon/lib/
Dchecksum.c34 static inline unsigned short from64to16(u64 x) in from64to16() function
53 return (__force __sum16)~from64to16( in csum_tcpudp_magic()