Re: Network Architecture Entry Point



For TCP/IP protocol, the start point is inet_init(), as this is
implemented in a module way, so you can't see the explicit caller of
inet_init(). It should be brought up in do_initcalls().

.