1. NAME

skb_shared - is the buffer shared

2. SYNOPSIS

int skb_shared(const struct sk_buff *  skb );

3. ARGUMENTS

skb
    buffer to check

4. DESCRIPTION

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

5. COPYRIGHT