/linux-4.1.27/arch/powerpc/lib/ |
D | checksum_wrappers_64.c | 67 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len, in csum_and_copy_to_user() function 102 EXPORT_SYMBOL(csum_and_copy_to_user);
|
/linux-4.1.27/arch/mn10300/lib/ |
D | checksum.c | 86 __wsum csum_and_copy_to_user(const void *src, void *dst, in csum_and_copy_to_user() function 100 EXPORT_SYMBOL(csum_and_copy_to_user);
|
/linux-4.1.27/arch/x86/um/asm/ |
D | checksum_32.h | 42 static __inline__ __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | checksum.h | 82 extern __wsum csum_and_copy_to_user(const void *src, void *dst, int len,
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | checksum.h | 64 extern __wsum csum_and_copy_to_user(const void *src, void __user *dst,
|
/linux-4.1.27/arch/score/include/asm/ |
D | checksum.h | 35 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len, in csum_and_copy_to_user() function
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | checksum.h | 193 static __inline__ __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
|
/linux-4.1.27/arch/x86/include/asm/ |
D | checksum_64.h | 149 #define csum_and_copy_to_user csum_partial_copy_to_user macro
|
D | checksum_32.h | 180 static inline __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
|
/linux-4.1.27/arch/sh/include/asm/ |
D | checksum_32.h | 201 static inline __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | checksum_64.h | 67 csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
|
D | checksum_32.h | 116 #define csum_and_copy_to_user csum_partial_copy_to_user macro
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | checksum.h | 244 static __inline__ __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
|
/linux-4.1.27/arch/mips/include/asm/ |
D | checksum.h | 80 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len, in csum_and_copy_to_user() function
|
/linux-4.1.27/include/net/ |
D | checksum.h | 44 static __inline__ __wsum csum_and_copy_to_user in csum_and_copy_to_user() function
|
/linux-4.1.27/lib/ |
D | iov_iter.c | 722 next = csum_and_copy_to_user((from += v.iov_len) - v.iov_len, in csum_and_copy_to_iter()
|