Lines Matching refs:netstack_head
81 static netstack_t *netstack_head; variable
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()
310 for (nsp = &netstack_head; *nsp != NULL; in netstack_zone_create()
584 ns = netstack_head; in apply_all_netstacks()
588 ns = netstack_head; in apply_all_netstacks()
591 ns = netstack_head; in apply_all_netstacks()
1002 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_find_by_stackid()
1053 for (nsp = &netstack_head; *nsp != NULL; in netstack_rele()
1324 ns = netstack_head; in netstack_next()