The dev_kfree_skb() frees it when the packet finally gets off the
transmit queue. There is a pi/pt problem with those queues and they ought
to get removed one day
> Am I making sense?
Sort of - 2.1 does it a bit differently and somewhat more sanely. The
lock is gone - we just clone the buffer head knowing we know have a fast
memory allocator.
Alan