old_pe_conn_out  1411 net/netfilter/ipvs/ip_vs_ctl.c 	bool new_pe_conn_out, old_pe_conn_out;
old_pe_conn_out  1478 net/netfilter/ipvs/ip_vs_ctl.c 		old_pe_conn_out = (old_pe && old_pe->conn_out) ? true : false;
old_pe_conn_out  1479 net/netfilter/ipvs/ip_vs_ctl.c 		if (new_pe_conn_out && !old_pe_conn_out)
old_pe_conn_out  1481 net/netfilter/ipvs/ip_vs_ctl.c 		if (old_pe_conn_out && !new_pe_conn_out)