Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.c1250 if (ta->change_ti != NULL) in flush_table()
1251 ta->change_ti(tc->astate, &tablestate[kidx]); in flush_table()
1403 if (tc_a->ta->change_ti != NULL) in swap_tables()
1404 tc_a->ta->change_ti(tc_a->astate, &tablestate[tc_a->no.kidx]); in swap_tables()
1405 if (tc_b->ta->change_ti != NULL) in swap_tables()
1406 tc_b->ta->change_ti(tc_b->astate, &tablestate[tc_b->no.kidx]); in swap_tables()
1522 if (tc == NULL || tc->ta->change_ti == NULL) in ipfw_resize_tables()
1525 tc->ta->change_ti(tc->astate, ti); in ipfw_resize_tables()
2931 if (tc->ta->change_ti != NULL) in link_table()
2932 tc->ta->change_ti(tc->astate, ti); in link_table()
[all …]
H A Dip_fw_table.h134 ta_change_ti *change_ti; member
H A Dip_fw_table_algo.c2612 .change_ti = ta_change_ti_ifidx,