Searched refs:ifs_gz_controlled (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h49 boolean_t ifs_gz_controlled; member in struct:ipf_stack
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dsolaris.c451 ifs->ifs_gz_controlled = from_gz;
549 if (ifs->ifs_zone == zone && ifs->ifs_gz_controlled == gz_stack)
H A Dip_fil_solaris.c329 HOOK_INIT(x, fn, ifs->ifs_gz_controlled ? gzn : n, ifs); \
330 (x)->h_hint = ifs->ifs_gz_controlled ? HH_BEFORE : HH_AFTER; \
331 (x)->h_hintvalue = (uintptr_t) (ifs->ifs_gz_controlled ? n : gzn);
347 HOOK_INIT(x, fn, ifs->ifs_gz_controlled ? gzn : n, ifs); \
348 (x)->h_hint = ifs->ifs_gz_controlled ? HH_AFTER : HH_BEFORE; \
349 (x)->h_hintvalue = (uintptr_t) (ifs->ifs_gz_controlled ? n : gzn);

Completed in 77 milliseconds