Home
last modified time | relevance | path

Searched refs:change_ti (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c1309 if (ta->change_ti != NULL) in flush_table()
1310 ta->change_ti(tc->astate, &tablestate[kidx]); in flush_table()
1462 if (tc_a->ta->change_ti != NULL) in swap_tables()
1463 tc_a->ta->change_ti(tc_a->astate, &tablestate[tc_a->no.kidx]); in swap_tables()
1464 if (tc_b->ta->change_ti != NULL) in swap_tables()
1597 if (tc == NULL || tc->ta->change_ti == NULL) in ipfw_resize_tables()
1600 tc->ta->change_ti(tc->astate, ti); in ipfw_resize_tables()
3239 if (tc->ta->change_ti != NULL) in link_table()
3240 tc->ta->change_ti(tc->astate, ti); in link_table()
3271 if (tc->ta->change_ti != NULL) in unlink_table()
[all …]
H A Dip_fw_table.h136 ta_change_ti *change_ti; member
H A Dip_fw_table_algo.c2603 .change_ti = ta_change_ti_ifidx,