skb_shared (9) Linux Manual Page
skb_shared – is the buffer shared
Synopsis
int skb_shared(const struct sk_buff *skb);
Arguments
skb
-
- buffer to check
Description
Returns true if more than one person has a reference to this buffer.
skb_shared – is the buffer shared
int skb_shared(const struct sk_buff *skb);
skb
Returns true if more than one person has a reference to this buffer.