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

/linux-master/net/netfilter/ipvs/
H A Dip_vs_nq.c57 int loh = 0, doh; local
85 loh = doh;
90 ((__s64)loh * atomic_read(&dest->weight) >
93 loh = doh;
109 atomic_read(&least->weight), loh);
H A Dip_vs_wlc.c33 int loh, doh; local
54 loh = ip_vs_dest_conn_overhead(least);
69 if ((__s64)loh * atomic_read(&dest->weight) >
72 loh = doh;
82 atomic_read(&least->weight), loh);
H A Dip_vs_sed.c61 int loh, doh; local
82 loh = ip_vs_sed_dest_overhead(least);
97 if ((__s64)loh * atomic_read(&dest->weight) >
100 loh = doh;
110 atomic_read(&least->weight), loh);
H A Dip_vs_lc.c28 unsigned int loh = 0, doh; local
46 if (!least || doh < loh) {
48 loh = doh;
H A Dip_vs_lblcr.c165 int loh, doh; local
175 loh = ip_vs_dest_conn_overhead(least);
189 if (((__s64)loh * atomic_read(&dest->weight) >
193 loh = doh;
204 atomic_read(&least->weight), loh);
566 int loh, doh; local
586 loh = ip_vs_dest_conn_overhead(least);
601 if ((__s64)loh * atomic_read(&dest->weight) >
604 loh = doh;
614 atomic_read(&least->weight), loh);
[all...]
H A Dip_vs_lblc.c403 int loh, doh; local
422 loh = ip_vs_dest_conn_overhead(least);
437 if ((__s64)loh * atomic_read(&dest->weight) >
440 loh = doh;
450 atomic_read(&least->weight), loh);

Completed in 281 milliseconds