Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:dccp_hdr_ack_seq

Proto:static inline u64 dccp_hdr_ack_seq(const struct sk_buff *skb)

Type:u64

Parameter:

TypeParameterName
const struct sk_buff *skb
120  dhack = dccp_hdr_ack_bits(skb)
121  Return (ntohs(dccph_ack_nr_high) << 32) + ntohl(dccph_ack_nr_low)