Searched refs:cp_c (Results 1 – 1 of 1) sorted by relevance
1247 struct ip_vs_conn *cp, *cp_c; in ip_vs_random_dropentry() local1295 cp_c = cp->control; in ip_vs_random_dropentry()1297 if (cp_c && __ip_vs_conn_get(cp)) { in ip_vs_random_dropentry()1299 ip_vs_conn_expire_now(cp_c); in ip_vs_random_dropentry()1315 struct ip_vs_conn *cp, *cp_c; in ip_vs_conn_flush() local1326 cp_c = cp->control; in ip_vs_conn_flush()1328 if (cp_c && __ip_vs_conn_get(cp)) { in ip_vs_conn_flush()1330 ip_vs_conn_expire_now(cp_c); in ip_vs_conn_flush()