Searched refs:nr_destroy (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dnetstack.h221 void (*nr_destroy)(netstackid_t, void *); member in struct:netstack_registry
/illumos-gate/usr/src/uts/common/os/
H A Dnetstack.c173 ns_reg[moduleid].nr_destroy = module_destroy;
262 ns_reg[moduleid].nr_destroy != NULL && created &&
303 ns_reg[moduleid].nr_destroy = NULL;
551 ns_reg[i].nr_destroy != NULL &&
818 ASSERT(ns_reg[moduleid].nr_destroy != NULL);
824 (ns_reg[moduleid].nr_destroy)(stackid, netstack_module);

Completed in 73 milliseconds