Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/lib/
Dchecksum_wrappers.c67 __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);
/Linux-v4.19/arch/x86/um/asm/
Dchecksum_32.h42 static __inline__ __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
/Linux-v4.19/arch/parisc/include/asm/
Dchecksum.h192 static __inline__ __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
/Linux-v4.19/arch/x86/include/asm/
Dchecksum_64.h150 #define csum_and_copy_to_user csum_partial_copy_to_user macro
Dchecksum_32.h177 static inline __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
/Linux-v4.19/arch/sparc/include/asm/
Dchecksum_64.h68 csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
Dchecksum_32.h117 #define csum_and_copy_to_user csum_partial_copy_to_user macro
/Linux-v4.19/arch/sh/include/asm/
Dchecksum_32.h198 static inline __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
/Linux-v4.19/arch/xtensa/include/asm/
Dchecksum.h242 static __inline__ __wsum csum_and_copy_to_user(const void *src, in csum_and_copy_to_user() function
/Linux-v4.19/arch/mips/include/asm/
Dchecksum.h80 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len, in csum_and_copy_to_user() function
/Linux-v4.19/include/net/
Dchecksum.h44 static __inline__ __wsum csum_and_copy_to_user in csum_and_copy_to_user() function
/Linux-v4.19/arch/powerpc/include/asm/
Dchecksum.h35 extern __wsum csum_and_copy_to_user(const void *src, void __user *dst,
/Linux-v4.19/lib/
Diov_iter.c1409 next = csum_and_copy_to_user((from += v.iov_len) - v.iov_len, in csum_and_copy_to_iter()