skb_shared (9) - Linux Manuals
skb_shared: is the buffer shared
Command to display skb_shared
manual in Linux: $ man 9 skb_shared
NAME
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.
COPYRIGHT
Pages related to skb_shared