Searched refs:astate (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table.c | 89 void *astate; /* algorithm state */ member 1303 astate_old = tc->astate; in flush_table() 1304 tc->astate = astate_new; in flush_table() 1390 void *astate; in swap_tables() local 1441 astate = tc_a->astate; in swap_tables() 1448 tc_a->astate = tc_b->astate; in swap_tables() 1453 tc_b->astate = astate; in swap_tables() 1600 tc->ta->change_ti(tc->astate, ti); in ipfw_resize_tables() 2052 return (ta->get_count(tc->astate, ti)); in table_get_count() 3240 tc->ta->change_ti(tc->astate, ti); in link_table() [all …]
|
| H A D | ip_fw_table_value.c | 272 void *astate; member 290 error = ta->dump_tentry(fa->astate, fa->ti, e, tent); in unref_table_value_cb() 307 struct table_algo *ta, void *astate, struct table_info *ti) in ipfw_unref_table_values() argument 316 fa.astate = astate; in ipfw_unref_table_values() 319 ta->foreach(astate, ti, unref_table_value_cb, &fa); in ipfw_unref_table_values()
|
| H A D | ip_fw_table.h | 178 struct table_algo *ta, void *astate, struct table_info *ti);
|