Searched refs:V_fw_tables_max (Results 1 – 4 of 4) sorted by relevance
1563 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()
247 #define V_fw_tables_max VNET(fw_tables_max) macro
3289 ntables = V_fw_tables_max; in sysctl_ipfw_table_num()3424 V_fw_tables_max = default_fw_tables; in vnet_ipfw_init()
1900 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()