Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.c88 struct table_info ti_copy; /* data to put to table_info */ member
1303 tc->ti_copy = ti_new; in flush_table()
1456 tc_a->ti_copy = tablestate[tc_a->no.kidx]; in swap_tables()
1457 tc_b->ti_copy = tablestate[tc_b->no.kidx]; in swap_tables()
1507 ipfw_unref_table_values(ch, tc, tc->ta, tc->astate, &tc->ti_copy); in destroy_table()
3209 error = ta->init(ch, &tc->astate, &tc->ti_copy, aname, tflags); in alloc_table_config()
3232 tc->ta->destroy(tc->astate, &tc->ti_copy); in free_table_config()
3255 *ti = tc->ti_copy; in link_table()