Lines Matching refs:netstack_head
83 static netstack_t *netstack_head; variable
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()
350 for (nsp = &netstack_head; *nsp != NULL; in netstack_zone_create()
624 ns = netstack_head; in apply_all_netstacks()
628 ns = netstack_head; in apply_all_netstacks()
631 ns = netstack_head; 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()
1082 for (nsp = &netstack_head; *nsp != NULL; in netstack_reap()
1432 ns = netstack_head; in netstack_next()