Name

skb_shared — is the buffer shared

Synopsis

int skb_shared (const struct sk_buff * skb);
 

Arguments

const struct sk_buff * skb

buffer to check

Description

Returns true if more than one person has a reference to this buffer.