Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/
Dchecksum.h52 static inline u32 from64to32(u64 x) in from64to32() function
70 return (__force __wsum) from64to32(s); in csum_tcpudp_nofold()
136 return (__force __wsum)from64to32(s); in ip_fast_csum_nofold()
/linux-5.19.10/lib/
Dchecksum.c149 static inline u32 from64to32(u64 x) in from64to32() function
170 return (__force __wsum)from64to32(s); in csum_tcpudp_nofold()
/linux-5.19.10/samples/bpf/
Dxdpsock_user.c789 static inline u32 from64to32(u64 x) in from64to32() function
817 return (__wsum)from64to32(s); in csum_tcpudp_nofold()
/linux-5.19.10/tools/testing/selftests/bpf/
Dxdpxceiver.c168 static u32 from64to32(u64 x) in from64to32() function
192 return (__force __u32)from64to32(s); in csum_tcpudp_nofold()