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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table.c131 #define KIDX_TO_TI(ch, k) (&(((struct table_info *)(ch)->tablestate)[k]))
585 /* Fill in tablestate */
1206 struct table_info ti_old, ti_new, *tablestate; local
1292 tablestate = (struct table_info *)ch->tablestate;
1295 ti_old = tablestate[kidx];
1296 tablestate[kidx] = ti_new;
1306 ta->change_ti(tc->astate, &tablestate[kidx]);
1361 * runtime data @ti (ch->tablestate)
1385 struct table_info ti, *tablestate; local
1538 void *new_idx, *old_tablestate, *tablestate; local
[all...]
H A Dip_fw_private.h308 void *tablestate; /* runtime table info */ member in struct:ip_fw_chain

Completed in 57 milliseconds