Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_compat.c615 if (cmd->arg1 >= V_fw_tables_max) { in check_opcode_compat()
626 if (cmd->arg1 >= V_fw_tables_max) { in check_opcode_compat()
H A Dip_fw_table.c1489 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()
H A Dip_fw_private.h250 #define V_fw_tables_max VNET(fw_tables_max) macro
H A Dip_fw2.c3537 ntables = V_fw_tables_max; in sysctl_ipfw_table_num()
3672 V_fw_tables_max = default_fw_tables; in vnet_ipfw_init()
H A Dip_fw_sockopt.c1467 if (insntod(cmd, kidx)->kidx >= V_fw_tables_max) { in ipfw_check_opcode()