Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c636 NULL, offsetof(ipf_nat_softc_t, ipf_nat_hostmap_sz), ""); in ipf_fbsd_sysctl_create()
H A Dip_nat.c151 { { (void *)offsetof(ipf_nat_softc_t, ipf_nat_hostmap_sz) },
153 stsizeof(ipf_nat_softc_t, ipf_nat_hostmap_sz),
328 softn->ipf_nat_hostmap_sz = HOSTMAP_SIZE;
425 sizeof(hostmap_t *) * softn->ipf_nat_hostmap_sz);
429 sizeof(hostmap_t *) * softn->ipf_nat_hostmap_sz);
570 sizeof(hostmap_t *) * softn->ipf_nat_hostmap_sz);
786 hv %= softn->ipf_nat_hostmap_sz;
1220 nsp->ns_hostmap_sz = softn->ipf_nat_hostmap_sz;
8336 softn->ipf_nat_hostmap_sz * sizeof(hostmap_t *));
8339 softn->ipf_nat_hostmap_sz = newsize;
[all …]
H A Dip_nat.h632 u_int ipf_nat_hostmap_sz; member