Searched defs:netstack_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dnetstack.c58 * - the list starting at netstack_head and following the netstack_next
82 static netstack_t *netstack_head; variable
182 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) {
223 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) {
289 for (ns = netstack_head; ns != NULL; ns = ns->netstack_next) {
337 for (nsp = &netstack_head; *nsp != NULL;
600 * It is safe to restart the loop at netstack_head since the applyfn
611 ns = netstack_head;
615 ns = netstack_head;
618 ns = netstack_head;
[all...]

Completed in 59 milliseconds