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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table.c1874 struct table_config *tc, *tc_new, *tmp; local
1898 tc_new = find_table(ni, ti);
1899 if (tc_new != NULL) {
1906 if (compat == 0 || tc_new->no.subtype != tc->no.subtype) {
1912 /* Exchange tc and tc_new for proper refcounting & freeing */
1914 tc = tc_new;
1915 tc_new = tmp;
1938 if (tc_new != NULL)
1939 free_table_config(ni, tc_new);

Completed in 57 milliseconds