Searched refs:nr_shutdown (Results 1 – 2 of 2) sorted by relevance
172 ns_reg[moduleid].nr_shutdown = module_shutdown; in netstack_register()254 if (ns_reg[moduleid].nr_shutdown != NULL && created && in netstack_unregister()302 ns_reg[moduleid].nr_shutdown = NULL; in netstack_unregister()448 ns_reg[i].nr_shutdown != NULL && in netstack_zone_shutdown()542 ns_reg[i].nr_shutdown != NULL && in netstack_stack_inactive()759 ASSERT(ns_reg[moduleid].nr_shutdown != NULL); in netstack_apply_shutdown()765 (ns_reg[moduleid].nr_shutdown)(stackid, netstack_module); in netstack_apply_shutdown()
215 void (*nr_shutdown)(netstackid_t, void *); member