Searched refs:ti_new (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table.c | 1210 struct table_info ti_old, ti_new, *tablestate; in flush_table() local 1230 memset(&ti_new, 0, sizeof(ti_new)); in flush_table() 1259 ta->destroy(astate_new, &ti_new); in flush_table() 1266 memset(&ti_new, 0, sizeof(struct table_info)); in flush_table() 1267 error = ta->init(ch, &astate_new, &ti_new, pstate, tflags); in flush_table() 1300 tablestate[kidx] = ti_new; in flush_table() 1305 tc->ti_copy = ti_new; in flush_table()
|