Home
last modified time | relevance | path

Searched refs:HOSTMAP_SIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h58 #ifndef HOSTMAP_SIZE
60 # define HOSTMAP_SIZE 8191 macro
62 # define HOSTMAP_SIZE 2047 macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c229 hv %= HOSTMAP_SIZE;
H A Dip_nat.c426 hv %= HOSTMAP_SIZE;
H A Dfil.c6415 ifs->ifs_ipf_hostmap_sz = HOSTMAP_SIZE; in ipftuneable_setdefs()