Name
skb_orphan — 
     orphan a buffer
 
Synopsis
| void fsfuncskb_orphan ( | struct sk_buff * skb ); | 
 
Description
   If a buffer currently has an owner then we call the owner's
   destructor function and make the skb unowned. The buffer continues
   to exist but is no longer charged to its former owner.