Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:skb_dst_is_noref - Test if skb dst isn't refcounted*@skb: buffer

Proto:static inline bool skb_dst_is_noref(const struct sk_buff *skb)

Type:bool

Parameter:

TypeParameterName
const struct sk_buff *skb
966  Return _skb_refdst & skb might have a dst pointer attached, refcounted or not.* _skb_refdst low order bit is set if refcount was _not_ taken && skb_dst - returns skb dst_entry*@skb: buffer* Returns skb dst_entry, regardless of reference taken or not.