Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.c1553 tbl = (ntables >= V_fw_tables_max) ? V_fw_tables_max : ntables; in ipfw_resize_tables()
1557 if (ntables < V_fw_tables_max) { in ipfw_resize_tables()
1576 V_fw_tables_max = ntables; in ipfw_resize_tables()
3354 ch->tablestate = malloc(V_fw_tables_max * sizeof(struct table_info), in ipfw_init_tables()
3358 tcfg->namehash = ipfw_objhash_create(V_fw_tables_max); in ipfw_init_tables()
H A Dip_fw_private.h245 #define V_fw_tables_max VNET(fw_tables_max) macro
H A Dip_fw2.c3400 ntables = V_fw_tables_max; in sysctl_ipfw_table_num()
3535 V_fw_tables_max = default_fw_tables; in vnet_ipfw_init()
H A Dip_fw_sockopt.c1902 if (cmd->arg1 >= V_fw_tables_max) { in check_ipfw_rule_body()
1916 if (cmd->arg1 >= V_fw_tables_max) { in check_ipfw_rule_body()