Lines Matching refs:netstack_next
182 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_register()
223 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_unregister()
289 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_unregister()
338 nsp = &((*nsp)->netstack_next)) { in netstack_zone_create()
620 ns = ns->netstack_next; in apply_all_netstacks()
1029 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_find_by_stackid()
1081 nsp = &(*nsp)->netstack_next) { in netstack_rele()
1083 *nsp = ns->netstack_next; in netstack_rele()
1084 ns->netstack_next = NULL; in netstack_rele()
1341 netstack_next(netstack_handle_t *handle) in netstack_next() function
1355 ns = ns->netstack_next; in netstack_next()
1366 ns = ns->netstack_next; in netstack_next()