Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c379 HOOK_INIT(x, fn, ifs->ifs_gz_controlled ? gzn : n, ifs); \
380 (x)->h_hint = ifs->ifs_gz_controlled ? HH_BEFORE : HH_AFTER; \
381 (x)->h_hintvalue = (uintptr_t) (ifs->ifs_gz_controlled ? n : gzn);
397 HOOK_INIT(x, fn, ifs->ifs_gz_controlled ? gzn : n, ifs); \
398 (x)->h_hint = ifs->ifs_gz_controlled ? HH_AFTER : HH_BEFORE; \
399 (x)->h_hintvalue = (uintptr_t) (ifs->ifs_gz_controlled ? n : gzn);
601 const boolean_t gz = ifs->ifs_gz_controlled; in ipf_hook_protocol_notify()
H A Dsolaris.c451 ifs->ifs_gz_controlled = from_gz; in ipf_stack_create_one()
549 if (ifs->ifs_zone == zone && ifs->ifs_gz_controlled == gz_stack) in ipf_find_stack()
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h49 boolean_t ifs_gz_controlled; member