Searched refs:gzn (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 378 #define HOOK_INIT_GZ_BEFORE(x, fn, n, gzn, a) \ argument 379 HOOK_INIT(x, fn, ifs->ifs_gz_controlled ? gzn : n, ifs); \ 381 (x)->h_hintvalue = (uintptr_t) (ifs->ifs_gz_controlled ? n : gzn); 396 #define HOOK_INIT_GZ_AFTER(x, fn, n, gzn, a) \ argument 397 HOOK_INIT(x, fn, ifs->ifs_gz_controlled ? gzn : n, ifs); \ 399 (x)->h_hintvalue = (uintptr_t) (ifs->ifs_gz_controlled ? n : gzn);
|