Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__skb_dst_copy

Proto:static inline void __skb_dst_copy(struct sk_buff *nskb, unsigned long refdst)

Type:void

Parameter:

TypeParameterName
struct sk_buff *nskb
unsigned longrefdst
278  _skb_refdst = refdst
279  If Not (_skb_refdst & skb might have a dst pointer attached, refcounted or not.* _skb_refdst low order bit is set if refcount was _not_ taken) Then dst_clone(skb_dst - returns skb dst_entry*@skb: buffer* Returns skb dst_entry, regardless of reference taken or not.)