Re: network driver that uses skb destructor
Alexander Sirotkin <demiurg@ti.com> writes:
> Somebody on the LKML pointed out that it would not work because
> skb->destructor can be overwritten at higher levels and there is
> no way to chain destructors....
Correct. That's intentional even.
> I gues I'll have to do this a hard way...
AKA the correct way.
-Andi
|