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
1246 tc->ti_copy = ti_new; in flush_table()
1399 tc_a->ti_copy = tablestate[tc_a->no.kidx]; in swap_tables()
1400 tc_b->ti_copy = tablestate[tc_b->no.kidx]; in swap_tables()
1450 ipfw_unref_table_values(ch, tc, tc->ta, tc->astate, &tc->ti_copy); in destroy_table()
2882 error = ta->init(ch, &tc->astate, &tc->ti_copy, aname, tflags); in alloc_table_config()
2905 tc->ta->destroy(tc->astate, &tc->ti_copy); in free_table_config()
2928 *ti = tc->ti_copy; in link_table()