tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: interface detach/destroy hook?



On Mon, Nov 17, 2008 at 12:04:48AM -0500, der Mouse wrote:
> Am I missing something, or is there really nothing in place to deal
> generically with code that keeps struct ifnet pointers finding out when
> their structs ifnet disappear?

The PFIL_IFNET_DETACH hook exists for exactly this purpose. That is the
generic interface for this kind of operations.

Joerg


Home | Main Index | Thread Index | Old Index