Searched refs:V_fw_tables_max (Results 1 – 5 of 5) sorted by relevance
615 if (cmd->arg1 >= V_fw_tables_max) { in check_opcode_compat()626 if (cmd->arg1 >= V_fw_tables_max) { in check_opcode_compat()
1489 tbl = (ntables >= V_fw_tables_max) ? V_fw_tables_max : ntables; in ipfw_resize_tables()1493 if (ntables < V_fw_tables_max) { in ipfw_resize_tables()1512 V_fw_tables_max = ntables; in ipfw_resize_tables()3031 ch->tablestate = malloc(V_fw_tables_max * sizeof(struct table_info), in ipfw_init_tables()3035 tcfg->namehash = ipfw_objhash_create(V_fw_tables_max, in ipfw_init_tables()
250 #define V_fw_tables_max VNET(fw_tables_max) macro
3537 ntables = V_fw_tables_max; in sysctl_ipfw_table_num()3672 V_fw_tables_max = default_fw_tables; in vnet_ipfw_init()
1467 if (insntod(cmd, kidx)->kidx >= V_fw_tables_max) { in ipfw_check_opcode()