Home
last modified time | relevance | path

Searched refs:tablestate (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c1296 tablestate = (struct table_info *)ch->tablestate; in flush_table()
1299 ti_old = tablestate[kidx]; in flush_table()
1300 tablestate[kidx] = ti_new; in flush_table()
1438 tablestate = (struct table_info *)ch->tablestate; in swap_tables()
1439 ti = tablestate[tc_a->no.kidx]; in swap_tables()
1446 tablestate[tc_a->no.kidx] = tablestate[tc_b->no.kidx]; in swap_tables()
1451 tablestate[tc_b->no.kidx] = ti; in swap_tables()
1576 memcpy(tablestate, ch->tablestate, sizeof(struct table_info) * tbl); in ipfw_resize_tables()
1582 old_tablestate = ch->tablestate; in ipfw_resize_tables()
1583 ch->tablestate = tablestate; in ipfw_resize_tables()
[all …]
H A Dip_fw_private.h294 void *tablestate; /* runtime table info */ member