Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c90 struct table_info ti_copy; /* data to put to table_info */ member
1305 tc->ti_copy = ti_new; in flush_table()
1458 tc_a->ti_copy = tablestate[tc_a->no.kidx]; in swap_tables()
1459 tc_b->ti_copy = tablestate[tc_b->no.kidx]; in swap_tables()
1509 ipfw_unref_table_values(ch, tc, tc->ta, tc->astate, &tc->ti_copy); in destroy_table()
3190 error = ta->init(ch, &tc->astate, &tc->ti_copy, aname, tflags); in alloc_table_config()
3213 tc->ta->destroy(tc->astate, &tc->ti_copy); in free_table_config()
3236 *ti = tc->ti_copy; in link_table()