Lines Matching refs:zone

457 	cmn_err(CE_CONT, "IP Filter:stack_create zone=%d", ifs->ifs_zone);
489 * Create two ipfilter stacks for a zone - the first can only be
490 * controlled from the global zone, and the second is owned by
491 * the zone itself. There is no need to create a GZ-controlled
492 * stack for the global zone, since we're already in the global
493 * zone. See the "GZ-controlled and per-zone stacks" comment block in
503 * Find an ipfilter stack for the given zone. Return the GZ-controlled or
504 * per-zone stack if set by an earlier SIOCIPFZONESET ioctl call. See the
505 * "GZ-controlled and per-zone stacks" comment block in ip_fil_solaris.c for
517 zoneid_t zone;
520 * If we're in the GZ, determine if we're acting on a zone's stack,
521 * and whether or not that stack is the GZ-controlled or in-zone
522 * one. See the "GZ and per-zone stacks" note at the top of this
527 /* Global zone, and we've set the zoneid for this fd already */
530 /* There's only a per-zone stack for the GZ */
536 zone = isp->ipfs_zoneid;
539 * Non-global zone or GZ without having set a zoneid: act on
540 * the per-zone stack of the zone that this ioctl originated
544 zone = orig_zone;
549 if (ifs->ifs_zone == zone && ifs->ifs_gz_controlled == gz_stack)
603 * Remove ipf kstats for both the per-zone ipf stack and the
604 * GZ-controlled stack for the same zone, if it exists.
619 * The per-zone stack
678 * Destroy things for ipf for both the per-zone ipf stack and the
679 * GZ-controlled stack for the same zone, if it exists. See the "GZ-controlled
680 * and per-zone stacks" comment block in ip_fil_solaris.c for details.
695 * The per-zone stack