HomeSort by: relevance | last modified time | path
    Searched refs:ipf_nat_hostmap_sz (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_nat.c 163 { { (void *)offsetof(ipf_nat_softc_t, ipf_nat_hostmap_sz) },
165 stsizeof(ipf_nat_softc_t, ipf_nat_hostmap_sz),
339 softn->ipf_nat_hostmap_sz = HOSTMAP_SIZE;
432 sizeof(hostmap_t *) * softn->ipf_nat_hostmap_sz);
436 sizeof(hostmap_t *) * softn->ipf_nat_hostmap_sz);
575 sizeof(hostmap_t *) * softn->ipf_nat_hostmap_sz);
776 hv %= softn->ipf_nat_hostmap_sz;
1210 nsp->ns_hostmap_sz = softn->ipf_nat_hostmap_sz;
8180 softn->ipf_nat_hostmap_sz * sizeof(hostmap_t *));
8183 softn->ipf_nat_hostmap_sz = newsize
    [all...]
ip_nat.h 652 u_int ipf_nat_hostmap_sz; member in struct:ipf_nat_softc_s
ip_nat6.c 385 hv %= softn->ipf_nat_hostmap_sz;

Completed in 19 milliseconds