Lines Matching refs:netstack_next
181 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_register()
222 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_unregister()
262 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_unregister()
311 nsp = &((*nsp)->netstack_next)) { in netstack_zone_create()
593 ns = ns->netstack_next; in apply_all_netstacks()
1002 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_find_by_stackid()
1054 nsp = &(*nsp)->netstack_next) { in netstack_rele()
1056 *nsp = ns->netstack_next; in netstack_rele()
1057 ns->netstack_next = NULL; in netstack_rele()
1314 netstack_next(netstack_handle_t *handle) in netstack_next() function
1328 ns = ns->netstack_next; in netstack_next()
1339 ns = ns->netstack_next; in netstack_next()