Searched refs:ipf_nat_hostmap_sz (Results 1 – 3 of 3) sorted by relevance
636 NULL, offsetof(ipf_nat_softc_t, ipf_nat_hostmap_sz), ""); in ipf_fbsd_sysctl_create()
151 { { (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 …]
632 u_int ipf_nat_hostmap_sz; member