Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\skbuff.h Create Date:2022-07-28 05:52:59
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Local Checksum Offload.* Compute outer checksum based on the assumption that the* inner checksum will be offloaded later.* See Documentation/networking/checksum-offloads.rst for* explanation of how this works.* Fill in outer checksum adjustment (e

Proto:static inline __wsum lco_csum(struct sk_buff *skb)

Type:__wsum

Parameter:

TypeParameterName
struct sk_buff *skb
4506  csum_start = skb_checksum_start(skb)
4507  l4_hdr = skb_transport_header(skb)
4511  partial = ~csum_unfold( * (__force__sum16 * )(csum_start + csum_offset))
4517  Return 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