Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:dst_link_failure

Proto:static inline void dst_link_failure(struct sk_buff *skb)

Type:void

Parameter:

TypeParameterName
struct sk_buff *skb
417  dst = skb_dst - returns skb dst_entry*@skb: buffer* Returns skb dst_entry, regardless of reference taken or not.
418  If dst && ops && link_failure Then link_failure(skb)