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

/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_table.c1835 struct table_config *tc, *tc_new, *tmp; local
1859 tc_new = find_table(ni, ti);
1860 if (tc_new != NULL) {
1867 if (compat == 0 || tc_new->no.subtype != tc->no.subtype) {
1873 /* Exchange tc and tc_new for proper refcounting & freeing */
1875 tc = tc_new;
1876 tc_new = tmp;
1901 if (tc_new != NULL)
1902 free_table_config(ni, tc_new);

Completed in 175 milliseconds