The Linux Kernel API
Prev
Next
skb_shared
Name
skb_shared -- is the buffer shared
Synopsis
int skb_shared
(struct sk_buff * skb);
Arguments
skb
buffer to check
Description
Returns true if more than one person has a reference to this buffer.
Prev
Home
Next
skb_cloned
Up
skb_unshare