Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/ipvs/
Dip_vs_ctl.c1409 struct ip_vs_pe *pe = NULL, *old_pe = NULL; in ip_vs_edit_service() local
1434 old_pe = pe; in ip_vs_edit_service()
1473 old_pe = rcu_dereference_protected(svc->pe, 1); in ip_vs_edit_service()
1474 if (pe != old_pe) { in ip_vs_edit_service()
1478 old_pe_conn_out = (old_pe && old_pe->conn_out) ? true : false; in ip_vs_edit_service()
1487 ip_vs_pe_put(old_pe); in ip_vs_edit_service()
1500 struct ip_vs_pe *old_pe; in __ip_vs_del_service() local
1515 old_pe = rcu_dereference_protected(svc->pe, 1); in __ip_vs_del_service()
1516 if (old_pe && old_pe->conn_out) in __ip_vs_del_service()
1518 ip_vs_pe_put(old_pe); in __ip_vs_del_service()