Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_ctl.c1294 struct ip_vs_pe *pe = NULL, *old_pe = NULL; in ip_vs_edit_service() local
1318 old_pe = pe; in ip_vs_edit_service()
1357 old_pe = rcu_dereference_protected(svc->pe, 1); in ip_vs_edit_service()
1358 if (pe != old_pe) in ip_vs_edit_service()
1363 ip_vs_pe_put(old_pe); in ip_vs_edit_service()
1376 struct ip_vs_pe *old_pe; in __ip_vs_del_service() local
1393 old_pe = rcu_dereference_protected(svc->pe, 1); in __ip_vs_del_service()
1394 ip_vs_pe_put(old_pe); in __ip_vs_del_service()