Home
last modified time | relevance | path

Searched refs:ipf_nat_maxbucket (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat.c155 { { (void *)offsetof(ipf_nat_softc_t, ipf_nat_maxbucket) },
157 stsizeof(ipf_nat_softc_t, ipf_nat_maxbucket),
454 if (softn->ipf_nat_maxbucket == 0) {
456 softn->ipf_nat_maxbucket++;
457 softn->ipf_nat_maxbucket *= 2;
3530 softn->ipf_nat_maxbucket) {
3538 softn->ipf_nat_maxbucket) {
8141 softn->ipf_nat_maxbucket = maxbucket;
H A Dip_nat.h633 u_int ipf_nat_maxbucket; member