Lines Matching refs:netstack_next
195 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_register()
236 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_unregister()
302 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_unregister()
351 nsp = &((*nsp)->netstack_next)) { in netstack_zone_create()
633 ns = ns->netstack_next; in apply_all_netstacks()
1025 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_find_by_stackid()
1049 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_inuse_by_stackid()
1083 nsp = &(*nsp)->netstack_next) { in netstack_reap()
1085 *nsp = ns->netstack_next; in netstack_reap()
1086 ns->netstack_next = NULL; in netstack_reap()
1422 netstack_next(netstack_handle_t *handle) in netstack_next() function
1436 ns = ns->netstack_next; in netstack_next()
1452 ns = ns->netstack_next; in netstack_next()