Searched refs:gzn (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 328 #define HOOK_INIT_GZ_BEFORE(x, fn, n, gzn, a) \ argument 329 HOOK_INIT(x, fn, ifs->ifs_gz_controlled ? gzn : n, ifs); \ 331 (x)->h_hintvalue = (uintptr_t) (ifs->ifs_gz_controlled ? n : gzn); 346 #define HOOK_INIT_GZ_AFTER(x, fn, n, gzn, a) \ argument 347 HOOK_INIT(x, fn, ifs->ifs_gz_controlled ? gzn : n, ifs); \ 349 (x)->h_hintvalue = (uintptr_t) (ifs->ifs_gz_controlled ? n : gzn);
|