Home
last modified time | relevance | path

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

/linux/arch/sparc/lib/
H A Dcsum_copy_to_user.S19 #define FUNC_NAME csum_and_copy_to_user
/linux/arch/powerpc/lib/
H A Dchecksum_wrappers.c28 __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 Dcsum-wrappers_64.c44 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 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
/linux/arch/x86/include/asm/
H A Dchecksum_64.h135 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
/linux/arch/sh/include/asm/
H A Dchecksum_32.h196 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 Dchecksum.h240 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 Dchecksum.h55 __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 Dchecksum.h27 extern __wsum csum_and_copy_to_user(const void *src, void __user *dst,
/linux/net/core/
H A Ddatagram.c748 next = csum_and_copy_to_user(from + progress, iter_to, len); in copy_to_user_iter_csum()