Searched refs:hosts_hashsize (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.h198 uint32_t hosts_hashsize; member in struct:nat64lsn_cfg
H A Dnat64lsn.c196 #define HOSTS(c, v) ((c)->hosts_hash[(v) & ((c)->hosts_hashsize - 1)])
880 for (i = 0; i < cfg->hosts_hashsize; i++) {
950 for (i = 0; i < cfg->hosts_hashsize; i++) {
1693 cfg->hosts_hashsize = NAT64LSN_HOSTS_HSIZE;
1695 cfg->hosts_hashsize, M_NAT64LSN, M_WAITOK | M_ZERO);
1696 for (i = 0; i < cfg->hosts_hashsize; i++)
1790 for (i = 0; i < cfg->hosts_hashsize; i++) {

Completed in 112 milliseconds