>I'm not talking about a device driver, but modularizing the IPv4
>stack.
I don't see skb->destructor being set in net/ipv4 (although I
see it in other net/ subdirectories). Anyhow, I don't see why ipv4
would need to increment or decrement a module reference count every
time a packet is sent or received. It should suffice to do so when a
file descriptor is opened or closed and when a network connection is
created or completely forgotten (if that does not necessarily happen
before the close system call returns).
Adam J. Richter __ ______________ 575 Oroville Road
adam@yggdrasil.com \ / Milpitas, California 95035
+1 408 309-6081 | g g d r a s i l United States of America
"Free Software For The Rest Of Us."
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/