Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:skb_checksum_complete - Calculate checksum of an entire packet*@skb: packet to process* This function calculates the checksum over the entire packet plus* the value of skb->csum. The latter can be used to supply the

Proto:static inline __sum16 skb_checksum_complete(struct sk_buff *skb)

Type:__sum16

Parameter:

TypeParameterName
struct sk_buff *skb
3873  Return If skb_csum_unnecessary(skb) Then 0 Else __skb_checksum_complete(skb)