Searched refs:csum_and_copy_to_user (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/arch/sparc/lib/ |
A D | csum_copy_to_user.S | 19 #define FUNC_NAME csum_and_copy_to_user
|
/linux-6.3-rc2/arch/powerpc/lib/ |
A D | checksum_wrappers.c | 28 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user() function
|
/linux-6.3-rc2/arch/x86/lib/ |
A D | csum-wrappers_64.c | 48 csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user() function
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | checksum_64.h | 43 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len);
|
A D | checksum_32.h | 71 csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user() function
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | checksum_64.h | 135 extern __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len);
|
A D | checksum_32.h | 171 static inline __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | checksum_32.h | 196 static inline __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | checksum.h | 240 static __inline__ __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | checksum.h | 55 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | checksum.h | 27 extern __wsum csum_and_copy_to_user(const void *src, void __user *dst,
|
/linux-6.3-rc2/include/net/ |
A D | checksum.h | 38 static __always_inline __wsum csum_and_copy_to_user in csum_and_copy_to_user() function
|
/linux-6.3-rc2/lib/ |
A D | iov_iter.c | 1579 next = csum_and_copy_to_user(addr + off, base, len); in csum_and_copy_to_iter()
|
Completed in 16 milliseconds