Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c1970 struct ip_vs_pe *pe = NULL, *old_pe = NULL; in ip_vs_edit_service() local
1997 old_pe = pe; in ip_vs_edit_service()
2039 old_pe = rcu_dereference_protected(svc->pe, 1); in ip_vs_edit_service()
2040 if (pe != old_pe) { in ip_vs_edit_service()
2044 old_pe_conn_out = (old_pe && old_pe->conn_out) ? true : false; in ip_vs_edit_service()
2053 ip_vs_pe_put(old_pe); in ip_vs_edit_service()
2066 struct ip_vs_pe *old_pe; in __ip_vs_del_service() local
2086 old_pe = rcu_dereference_protected(svc->pe, 1); in __ip_vs_del_service()
2087 if (old_pe && old_pe->conn_out) in __ip_vs_del_service()
2089 ip_vs_pe_put(old_pe); in __ip_vs_del_service()