Searched refs:csum_and_copy_to_user (Results 1 – 12 of 12) sorted by relevance
/linux/arch/sparc/lib/ |
H A D | csum_copy_to_user.S | 19 #define FUNC_NAME csum_and_copy_to_user
|
/linux/arch/powerpc/lib/ |
H 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/arch/x86/lib/ |
H A D | csum-wrappers_64.c | 44 csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user() function
|
/linux/arch/sparc/include/asm/ |
H A D | checksum_64.h | 43 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len);
|
H 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/arch/x86/include/asm/ |
H A D | checksum_64.h | 135 extern __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len);
|
H 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/arch/sh/include/asm/ |
H 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/arch/xtensa/include/asm/ |
H A D | checksum.h | 240 static __inline__ __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
|
/linux/arch/mips/include/asm/ |
H 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/arch/powerpc/include/asm/ |
H A D | checksum.h | 27 extern __wsum csum_and_copy_to_user(const void *src, void __user *dst,
|
/linux/net/core/ |
H A D | datagram.c | 748 next = csum_and_copy_to_user(from + progress, iter_to, len); in copy_to_user_iter_csum()
|