Searched refs:__csum_and_copy (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | csum_partial_copy.c | 315 static __wsum __csum_and_copy(const void __user *src, void *dst, int len) in __csum_and_copy() function 353 return __csum_and_copy(src, dst, len); in csum_and_copy_from_user() 360 return __csum_and_copy((__force const void __user *)src, in csum_partial_copy_nocheck()
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | csum_partial_copy.c | 316 static __wsum __csum_and_copy(const void __user *src, void *dst, int len) in __csum_and_copy() function 354 return __csum_and_copy(src, dst, len); in csum_and_copy_from_user() 360 return __csum_and_copy((__force const void __user *)src, in csum_partial_copy_nocheck()
|
Completed in 2 milliseconds