Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw_table.c1294 tablestate = (struct table_info *)ch->tablestate; in flush_table()
1297 ti_old = tablestate[kidx]; in flush_table()
1298 tablestate[kidx] = ti_new; in flush_table()
1436 tablestate = (struct table_info *)ch->tablestate; in swap_tables()
1437 ti = tablestate[tc_a->no.kidx]; in swap_tables()
1444 tablestate[tc_a->no.kidx] = tablestate[tc_b->no.kidx]; in swap_tables()
1449 tablestate[tc_b->no.kidx] = ti; in swap_tables()
1574 memcpy(tablestate, ch->tablestate, sizeof(struct table_info) * tbl); in ipfw_resize_tables()
1580 old_tablestate = ch->tablestate; in ipfw_resize_tables()
1581 ch->tablestate = tablestate; in ipfw_resize_tables()
[all …]
H A Dip_fw_private.h300 void *tablestate; /* runtime table info */ member