Searched refs:ti_new (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_table.c | 1151 struct table_info ti_old, ti_new, *tablestate; in flush_table() local 1171 memset(&ti_new, 0, sizeof(ti_new)); in flush_table() 1200 ta->destroy(astate_new, &ti_new); in flush_table() 1207 memset(&ti_new, 0, sizeof(struct table_info)); in flush_table() 1208 error = ta->init(ch, &astate_new, &ti_new, pstate, tflags); in flush_table() 1241 tablestate[kidx] = ti_new; in flush_table() 1246 tc->ti_copy = ti_new; in flush_table()
|