函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\checksum_32.h Create Date:2022-07-27 06:51:23
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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().

函数原型:static inline __wsum csum_partial_copy_nocheck(const void *src, void *dst, int len, __wsum sum)

返回类型:__wsum

参数:

类型参数名称
const void *src
void *dst
intlen
__wsumsum
44  返回: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
调用者
名称描述
csum_and_memcpy