Re: [PATCH net-next v2 2/6] 6lowpan: fix fragmentation on sending side
From: David Miller <davem@davemloft.net> Date: 2014-02-25 01:31:39
From: Alexander Aring <alex.aring@gmail.com>
Date: Tue, 25 Feb 2014 02:21:57 +0100
In this case I can be sure we talking with ARPHRD_IEEE802154 devices only.
This doesn't mean anything.
The qdisc layer can be involved no matter what. Once you call
dev_queue_xmit(), all bets are off wrt. the SKB control block.
It is not your's to use past that point.