Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.c130 #define KIDX_TO_TI(ch, k) (&(((struct table_info *)(ch)->tablestate)[k]))
1208 struct table_info ti_old, ti_new, *tablestate; in flush_table() local
1294 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()
1308 ta->change_ti(tc->astate, &tablestate[kidx]); in flush_table()
1387 struct table_info ti, *tablestate; in swap_tables() local
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()
[all …]
H A Dip_fw_private.h300 void *tablestate; /* runtime table info */ member