
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.

skb_shared - is the buffer shared
int skb_shared (const struct sk_buff * skb);
skb buffer to check
Returns true if more than one person has a reference to this buffer.
Powered by the Ubuntu Manpage Repository generator
maintained by Dustin Kirkland
© 2010 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.