Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:dccp_zeroed_hdr

Proto:static inline struct dccp_hdr *dccp_zeroed_hdr(struct sk_buff *skb, int headlen)

Type:struct dccp_hdr

Parameter:

TypeParameterName
struct sk_buff *skb
intheadlen
73  add data to the start of a buffer
74  skb_reset_transport_header(skb)
75  Return memset(skb_transport_header(skb), 0, headlen)