Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__skb_metadata_differs

Proto:static inline bool __skb_metadata_differs(const struct sk_buff *skb_a, const struct sk_buff *skb_b, u8 meta_len)

Type:bool

Parameter:

TypeParameterName
const struct sk_buff *skb_a
const struct sk_buff *skb_b
u8meta_len
3708  a = skb_metadata_end(skb_a)
3709  b = skb_metadata_end(skb_b)
3736  Return memcmp(a - meta_len, b - meta_len, meta_len)