Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:tcp_checksum_complete

Proto:static inline bool tcp_checksum_complete(struct sk_buff *skb)

Type:bool

Parameter:

TypeParameterName
struct sk_buff *skb
1349  Return Not skb_csum_unnecessary(skb) && __skb_checksum_complete(skb)