OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipf_nat_table_max
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_nat.c
151
{ { (void *)offsetof(ipf_nat_softc_t,
ipf_nat_table_max
) },
153
stsizeof(ipf_nat_softc_t,
ipf_nat_table_max
),
335
softn->
ipf_nat_table_max
= NAT_TABLE_MAX;
1207
nsp->ns_nattab_max = softn->
ipf_nat_table_max
;
3074
if ((nsp->ns_active * 100 / softn->
ipf_nat_table_max
) >
3079
if (nsp->ns_active >= softn->
ipf_nat_table_max
) {
3102
if ((softn->
ipf_nat_table_max
> softn->ipf_nat_table_sz) &&
3104
softn->
ipf_nat_table_max
= nsp->ns_active - 100;
3106
softn->
ipf_nat_table_max
);
ip_nat6.c
955
if ((nsp->ns_active * 100 / softn->
ipf_nat_table_max
) >
960
if (nsp->ns_active >= softn->
ipf_nat_table_max
) {
983
if ((softn->
ipf_nat_table_max
> softn->ipf_nat_table_sz) &&
985
softn->
ipf_nat_table_max
= nsp->ns_active - 100;
987
softn->
ipf_nat_table_max
);
ip_nat.h
648
u_int
ipf_nat_table_max
;
member in struct:ipf_nat_softc_s
Completed in 50 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025