Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_conn.c1247 struct ip_vs_conn *cp, *cp_c; in ip_vs_random_dropentry() local
1295 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() local
1326 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()