Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h49 boolean_t ifs_gz_controlled; member
/titanic_41/usr/src/uts/common/inet/ipf/
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()
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);