Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c1660 struct ip_vs_rht *tc_new = NULL; in ip_vs_add_service() local
1724 tc_new = ip_vs_conn_tab_alloc(ipvs, new_size, lfactor); in ip_vs_add_service()
1725 if (!tc_new) { in ip_vs_add_service()
1780 if (tc_new) { in ip_vs_add_service()
1781 rcu_assign_pointer(ipvs->conn_tab, tc_new); in ip_vs_add_service()
1782 tc_new = NULL; in ip_vs_add_service()
1826 if (tc_new) in ip_vs_add_service()
1827 ip_vs_rht_free(tc_new); in ip_vs_add_service()