Searched refs:nr_create (Results 1 – 2 of 2) sorted by relevance
169 ASSERT(ns_reg[moduleid].nr_create == NULL); in netstack_register()171 ns_reg[moduleid].nr_create = module_create; in netstack_register()212 ASSERT(ns_reg[moduleid].nr_create != NULL); in netstack_unregister()301 ns_reg[moduleid].nr_create = NULL; in netstack_unregister()699 ASSERT(ns_reg[moduleid].nr_create != NULL); in netstack_apply_create()704 result = (ns_reg[moduleid].nr_create)(stackid, ns); in netstack_apply_create()
214 void *(*nr_create)(netstackid_t, netstack_t *); member