Searched refs:tc_new (Results 1 – 1 of 1) sorted by relevance
1713 struct ip_vs_rht *tc_new = NULL; in ip_vs_add_service() local 1787 tc_new = ip_vs_conn_tab_alloc(ipvs, new_size, lfactor); in ip_vs_add_service() 1788 if (!tc_new) { in ip_vs_add_service() 1844 if (tc_new) { in ip_vs_add_service() 1845 rcu_assign_pointer(ipvs->conn_tab, tc_new); in ip_vs_add_service() 1846 tc_new = NULL; in ip_vs_add_service() 1894 if (tc_new) in ip_vs_add_service() 1895 ip_vs_rht_free(tc_new); in ip_vs_add_service()