Searched refs:csum_and_copy_from_user (Results 1 – 14 of 14) sorted by relevance
| /linux/arch/sparc/lib/ |
| H A D | csum_copy_from_user.S | 19 #define FUNC_NAME csum_and_copy_from_user
|
| /linux/arch/m68k/lib/ |
| H A D | checksum.c | 132 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() function
|
| /linux/arch/alpha/include/asm/ |
| H A D | checksum.h | 46 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len);
|
| /linux/arch/m68k/include/asm/ |
| H A D | checksum.h | 35 extern __wsum csum_and_copy_from_user(const void __user *src,
|
| /linux/arch/sparc/include/asm/ |
| H A D | checksum_64.h | 42 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len);
|
| H A D | checksum_32.h | 63 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() function
|
| /linux/arch/sh/include/asm/ |
| H A D | checksum_32.h | 52 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() function
|
| /linux/arch/x86/include/asm/ |
| H A D | checksum_32.h | 44 static inline __wsum csum_and_copy_from_user(const void __user *src, in csum_and_copy_from_user() function
|
| /linux/arch/arm/include/asm/ |
| H A D | checksum.h | 47 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() function
|
| /linux/arch/xtensa/include/asm/ |
| H A D | checksum.h | 55 __wsum csum_and_copy_from_user(const void __user *src, void *dst, in csum_and_copy_from_user() function
|
| /linux/arch/mips/include/asm/ |
| H A D | checksum.h | 42 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() function
|
| /linux/include/net/ |
| H A D | checksum.h | 28 __wsum csum_and_copy_from_user (const void __user *src, void *dst, in csum_and_copy_from_user() function
|
| /linux/arch/alpha/lib/ |
| H A D | csum_partial_copy.c | 350 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() function
|
| /linux/net/core/ |
| H A D | skbuff.c | 7515 next = csum_and_copy_from_user(iter_from, to + progress, len); in copy_from_user_iter_csum()
|