Searched refs:old_pe_conn_out (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c1522 bool new_pe_conn_out, old_pe_conn_out; local
1589 old_pe_conn_out = (old_pe && old_pe->conn_out) ? true : false;
1590 if (new_pe_conn_out && !old_pe_conn_out)
1592 if (old_pe_conn_out && !new_pe_conn_out)

Completed in 123 milliseconds