Home
last modified time | relevance | path

Searched refs:csum_and_copy_to_user (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dchecksum_wrappers.c33 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user() function
48 EXPORT_SYMBOL(csum_and_copy_to_user);
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dcsum-wrappers_64.c49 csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user() function
60 EXPORT_SYMBOL(csum_and_copy_to_user);
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A Dcsum_copy_to_user.S19 #define FUNC_NAME csum_and_copy_to_user
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dchecksum_64.h43 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len);
H A Dchecksum_32.h71 csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dchecksum_64.h136 extern __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len);
H A Dchecksum_32.h171 static inline __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dchecksum_32.h194 static inline __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dchecksum.h240 static __inline__ __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dchecksum.h55 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dchecksum.h27 extern __wsum csum_and_copy_to_user(const void *src, void __user *dst,
/OK3568_Linux_fs/kernel/include/net/
H A Dchecksum.h36 static __always_inline __wsum csum_and_copy_to_user in csum_and_copy_to_user() function
/OK3568_Linux_fs/kernel/lib/
H A Diov_iter.c1551 next = csum_and_copy_to_user((from += v.iov_len) - v.iov_len, in csum_and_copy_to_iter()