Home
last modified time | relevance | path

Searched refs:from64to32 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Dchecksum.h58 static inline u32 from64to32(u64 x) in from64to32() function
76 return (__force __wsum) from64to32(s); in csum_tcpudp_nofold()
136 return (__force __wsum)from64to32(s); in ip_fast_csum_nofold()
/Linux-v4.19/lib/
Dchecksum.c184 static inline u32 from64to32(u64 x) in from64to32() function
205 return (__force __wsum)from64to32(s); in csum_tcpudp_nofold()