Searched refs:netstack_head (Results 1 – 1 of 1) sorted by relevance
81 static netstack_t *netstack_head; variable181 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()[all …]