tcp_stack_init
static void *tcp_stack_init(netstackid_t stackid, netstack_t *ns);
netstack_register(NS_TCP, tcp_stack_init, NULL, tcp_stack_fini);