Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c1563 tbl = (ntables >= V_fw_tables_max) ? V_fw_tables_max : ntables; in ipfw_resize_tables()
1567 if (ntables < V_fw_tables_max) { in ipfw_resize_tables()
1586 ntables_old = V_fw_tables_max; in ipfw_resize_tables()
1587 V_fw_tables_max = ntables; in ipfw_resize_tables()
3343 ch->tablestate = malloc(V_fw_tables_max * sizeof(struct table_info), in ipfw_init_tables()
3347 tcfg->namehash = ipfw_objhash_create(V_fw_tables_max); in ipfw_init_tables()
H A Dip_fw_private.h247 #define V_fw_tables_max VNET(fw_tables_max) macro
H A Dip_fw2.c3289 ntables = V_fw_tables_max; in sysctl_ipfw_table_num()
3424 V_fw_tables_max = default_fw_tables; in vnet_ipfw_init()
H A Dip_fw_sockopt.c1900 if (cmd->arg1 >= V_fw_tables_max) { in check_ipfw_rule_body()
1912 if (cmd->arg1 >= V_fw_tables_max) { in check_ipfw_rule_body()