Home
last modified time | relevance | path

Searched refs:netstack_head (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dnetstack.c82 static netstack_t *netstack_head; variable
182 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_register()
223 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_unregister()
289 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_unregister()
337 for (nsp = &netstack_head; *nsp != NULL; in netstack_zone_create()
611 ns = netstack_head; in apply_all_netstacks()
615 ns = netstack_head; in apply_all_netstacks()
618 ns = netstack_head; in apply_all_netstacks()
1029 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) { in netstack_find_by_stackid()
1080 for (nsp = &netstack_head; *nsp != NULL; in netstack_rele()
[all …]