Home
last modified time | relevance | path

Searched refs:csum_and_copy_from_user (Results 1 – 18 of 18) sorted by relevance

/linux/arch/sparc/lib/
H A Dcsum_copy_from_user.S19 #define FUNC_NAME csum_and_copy_from_user
/linux/arch/powerpc/lib/
H A Dchecksum_wrappers.c14 __wsum csum_and_copy_from_user(const void __user *src, void *dst, in csum_and_copy_from_user() function
/linux/arch/m68k/lib/
H A Dchecksum.c132 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 Dchecksum.h46 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len);
/linux/arch/x86/lib/
H A Dcsum-wrappers_64.c13 * csum_and_copy_from_user - Copy and checksum from user space.
22 csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() function
/linux/arch/m68k/include/asm/
H A Dchecksum.h35 extern __wsum csum_and_copy_from_user(const void __user *src,
/linux/arch/sparc/include/asm/
H A Dchecksum_64.h42 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len);
H A Dchecksum_32.h63 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 Dchecksum_64.h135 extern __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len);
H A Dchecksum_32.h44 static inline __wsum csum_and_copy_from_user(const void __user *src, in csum_and_copy_from_user() function
/linux/arch/sh/include/asm/
H A Dchecksum_32.h52 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() function
/linux/arch/arm/include/asm/
H A Dchecksum.h47 __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 Dchecksum.h55 __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 Dchecksum.h42 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() function
/linux/arch/powerpc/include/asm/
H A Dchecksum.h24 extern __wsum csum_and_copy_from_user(const void __user *src, void *dst,
/linux/include/net/
H A Dchecksum.h28 __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 Dcsum_partial_copy.c350 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 Dskbuff.c7408 next = csum_and_copy_from_user(iter_from, to + progress, len);