Lines Matching refs:table_info
88 struct table_info ti_copy; /* data to put to table_info */
119 struct table_config *tc, struct table_info *ti, uint32_t count);
129 #define KIDX_TO_TI(ch, k) (&(((struct table_info *)(ch)->tablestate)[k]))
348 struct table_info *tinfo, struct tentry_info *tei, caddr_t ta_buf_m, in rollback_added_entries()
812 struct table_config *tc, struct table_info *ti, uint32_t count) in check_table_space()
1035 struct table_info *kti; in find_table_entry()
1151 struct table_info ti_old, ti_new, *tablestate; in flush_table()
1207 memset(&ti_new, 0, sizeof(struct table_info)); in flush_table()
1237 tablestate = (struct table_info *)ch->tablestate; in flush_table()
1330 struct table_info ti, *tablestate; in swap_tables()
1379 tablestate = (struct table_info *)ch->tablestate; in swap_tables()
1469 struct table_info *ti; in ipfw_resize_tables()
1482 tablestate = malloc(ntables * sizeof(struct table_info), in ipfw_resize_tables()
1502 memcpy(tablestate, ch->tablestate, sizeof(struct table_info) * tbl); in ipfw_resize_tables()
1517 ti = (struct table_info *)ch->tablestate; in ipfw_resize_tables()
1598 struct table_info *ti; in ipfw_lookup_table()
1930 struct table_info *ti;
1963 struct table_info *ti; in table_get_count()
1992 struct table_info *ti; in export_table_info()
2917 struct table_info *ti; in link_table()
2946 struct table_info *ti; in unlink_table()
2958 memset(ti, 0, sizeof(struct table_info)); in unlink_table()
3031 ch->tablestate = malloc(V_fw_tables_max * sizeof(struct table_info), in ipfw_init_tables()