Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dchecksum.h51 static inline u32 from64to32(u64 x) in from64to32() function
69 return (__force __wsum) from64to32(s); in csum_tcpudp_nofold()
129 return (__force __wsum)from64to32(s); in ip_fast_csum_nofold()
/OK3568_Linux_fs/kernel/lib/
H A Dchecksum.c149 static inline u32 from64to32(u64 x) in from64to32() function
170 return (__force __wsum)from64to32(s); in csum_tcpudp_nofold()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdpsock_user.c673 static inline u32 from64to32(u64 x) in from64to32() function
701 return (__force __wsum)from64to32(s); in csum_tcpudp_nofold()