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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table.c89 struct table_info ti_copy; /* data to put to table_info */ member in struct:table_config
1301 tc->ti_copy = ti_new;
1454 tc_a->ti_copy = tablestate[tc_a->no.kidx];
1455 tc_b->ti_copy = tablestate[tc_b->no.kidx];
1505 ipfw_unref_table_values(ch, tc, tc->ta, tc->astate, &tc->ti_copy);
3191 error = ta->init(ch, &tc->astate, &tc->ti_copy, aname, tflags);
3214 tc->ta->destroy(tc->astate, &tc->ti_copy);
3237 *ti = tc->ti_copy;

Completed in 91 milliseconds