Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/lib/
Dchecksum.c149 static inline u32 from64to32(u64 x) in from64to32() function
170 return (__force __wsum)from64to32(s); in csum_tcpudp_nofold()
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_tcp_custom_syncookie.h44 static inline u32 from64to32(u64 x) in from64to32() function
65 return (__force __wsum)from64to32(s); in csum_tcpudp_nofold()