Home
last modified time | relevance | path

Searched refs:ipf_nat_table_max (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c628 NULL, offsetof(ipf_nat_softc_t, ipf_nat_table_max), ""); in ipf_fbsd_sysctl_create()
H A Dip_nat6.c973 if ((nsp->ns_active * 100 / softn->ipf_nat_table_max) >
978 if (nsp->ns_active >= softn->ipf_nat_table_max) {
1001 if ((softn->ipf_nat_table_max > softn->ipf_nat_table_sz) &&
1003 softn->ipf_nat_table_max = nsp->ns_active - 100;
1005 softn->ipf_nat_table_max);
H A Dip_nat.c139 { { (void *)offsetof(ipf_nat_softc_t, ipf_nat_table_max) },
141 stsizeof(ipf_nat_softc_t, ipf_nat_table_max),
324 softn->ipf_nat_table_max = NAT_TABLE_MAX;
1217 nsp->ns_nattab_max = softn->ipf_nat_table_max;
3103 if ((nsp->ns_active * 100 / softn->ipf_nat_table_max) >
3108 if (nsp->ns_active >= softn->ipf_nat_table_max) {
3133 if ((softn->ipf_nat_table_max > softn->ipf_nat_table_sz) &&
3135 softn->ipf_nat_table_max = nsp->ns_active - 100;
3137 softn->ipf_nat_table_max);
H A Dip_nat.h628 u_int ipf_nat_table_max; member