View Single Post

  #5 (permalink)  
Old 12-30-2003
Andi Kleen
 
Posts: n/a
Default 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
Reply With Quote