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