Searched refs:ipfw_tables_max (Results 1 – 1 of 1) sorted by relevance
64 uint32_t ipfw_tables_max = 0; /* Number of tables supported by kernel */ variable4137 if (ipfw_tables_max != 0) in ipfw_get_tables_max()4138 return (ipfw_tables_max); in ipfw_get_tables_max()4150 ipfw_tables_max = tables_max; in ipfw_get_tables_max()4152 return (ipfw_tables_max); in ipfw_get_tables_max()