net: Introduce skb_orphan_try()
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 20 Apr 2010 20:08:36 +0000 (20:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Apr 2010 05:54:08 +0000 (22:54 -0700)
commit9a20e3197e7f6097897c6d1f18335a326ee06299
tree607961225afba3dad014e857797881070d915be0
parenta7c561f2e32f98b477f5fe670b3f294be6b1eae2
net: Introduce skb_orphan_try()

At this point, skb->destructor is not the original one (stored in
DEV_GSO_CB(skb)->destructor)

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c