Searched refs:csum_and_copy_to_user (Results 1 – 14 of 14) sorted by relevance
/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);
|
/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);
|
/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
|
/arch/mn10300/include/asm/ |
D | checksum.h | 82 extern __wsum csum_and_copy_to_user(const void *src, void *dst, int len,
|
/arch/powerpc/include/asm/ |
D | checksum.h | 64 extern __wsum csum_and_copy_to_user(const void *src, void __user *dst,
|
/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
|
/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
|
/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
|
/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
|
/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
|
/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
|
/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
|