Function report |
Source Code:lib\checksum.c |
Create Date:2022-07-28 07:16:59 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mputes the checksum of a memory block at buff, length len,* and adds in "sum" (32-bit)* returns a 32-bit number suitable for feeding into itself* or csum_tcpudp_magic* this function must be called with even lengths, except* for the last fragment, which
Proto:__wsum csum_partial(const void *buff, int len, __wsum wsum)
Type:__wsum
Parameter:
| Type | Parameter | Name |
|---|---|---|
| const void * | buff | |
| int | len | |
| __wsum | wsum |
| 134 | Return result |
| Name | Describe |
|---|---|
| csum_partial_copy_from_user | py from fs while checksumming, otherwise like csum_partial |
| csum_partial_copy | py from ds while checksumming, otherwise like csum_partial |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |