old_pe           1409 net/netfilter/ipvs/ip_vs_ctl.c 	struct ip_vs_pe *pe = NULL, *old_pe = NULL;
old_pe           1434 net/netfilter/ipvs/ip_vs_ctl.c 		old_pe = pe;
old_pe           1473 net/netfilter/ipvs/ip_vs_ctl.c 	old_pe = rcu_dereference_protected(svc->pe, 1);
old_pe           1474 net/netfilter/ipvs/ip_vs_ctl.c 	if (pe != old_pe) {
old_pe           1478 net/netfilter/ipvs/ip_vs_ctl.c 		old_pe_conn_out = (old_pe && old_pe->conn_out) ? true : false;
old_pe           1487 net/netfilter/ipvs/ip_vs_ctl.c 	ip_vs_pe_put(old_pe);
old_pe           1500 net/netfilter/ipvs/ip_vs_ctl.c 	struct ip_vs_pe *old_pe;
old_pe           1515 net/netfilter/ipvs/ip_vs_ctl.c 	old_pe = rcu_dereference_protected(svc->pe, 1);
old_pe           1516 net/netfilter/ipvs/ip_vs_ctl.c 	if (old_pe && old_pe->conn_out)
old_pe           1518 net/netfilter/ipvs/ip_vs_ctl.c 	ip_vs_pe_put(old_pe);