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

/linux-master/net/netfilter/ipvs/
H A Dip_vs_lblcr.c214 int moh, doh; local
223 moh = ip_vs_dest_conn_overhead(most);
234 /* moh/mw < doh/dw ==> moh*dw < doh*mw, where mw,dw>0 */
235 if (((__s64)moh * atomic_read(&dest->weight) <
239 moh = doh;
249 atomic_read(&most->weight), moh);

Completed in 231 milliseconds