Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\crc32.c Create Date:2022-07-28 06:55:49
Last Modify:2020-03-16 11:24:07 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:crc32_be

Proto:u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len)

Type:u32

Parameter:

TypeParameterName
u32crc
unsigned char const *p
size_tlen
342  Return rc32_be_generic() - Calculate bitwise big-endian Ethernet AUTODIN II CRC32*@crc: seed value for computation
Caller
NameDescribe
crc32_test
sw842_compresssw842_compress* Compress the uncompressed buffer of length @ilen at @in to the output buffer*@out, using no more than @olen bytes, using the 842 compression format
sw842_decompresssw842_decompress* Decompress the 842-compressed buffer of length @ilen at @in* to the output buffer @out, using no more than @olen bytes.* The compressed buffer must be only a single 842-compressed buffer,