1. NAME

__kfree_skb - private function

2. SYNOPSIS

void __kfree_skb(struct sk_buff *  skb );

3. ARGUMENTS

skb
    buffer

4. DESCRIPTION

Free an sk_buff. Release anything attached to the buffer. Clean the state. This is an internal helper function. Users should always call kfree_skb

5. COPYRIGHT