Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\checksum_32.h Create Date:2022-07-28 05:51:20
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Note: when you get a NULL pointer exception here this means someone* passed in an incorrect kernel address to one of these functions.* If you use these functions directly please don't forget the* access_ok().

Proto:static inline __wsum csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum)

Type:__wsum

Parameter:

TypeParameterName
const void *src
void *dst
intlen
__wsumsum
44  Return he same as csum_partial, but copies from src while it* checksums, and handles user-space pointer exceptions correctly, when needed.* here even more important to align src and dst on a 32-bit (or even* better 64-bit) boundary
Caller
NameDescribe
csum_and_memcpy