Home
last modified time | relevance | path

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

/net/netfilter/ipvs/
A Dip_vs_twos.c49 int rweight1, rweight2, weight1 = -1, weight2 = -1, overhead1 = 0; in ip_vs_twos_schedule() local
95 if (rweight2 <= 0 && weight2 == -1) { in ip_vs_twos_schedule()
97 weight2 = weight; in ip_vs_twos_schedule()
101 if (weight1 != -1 && weight2 != -1) in ip_vs_twos_schedule()
106 if (choice2 && (weight2 * overhead1) > (weight1 * overhead2)) in ip_vs_twos_schedule()

Completed in 4 milliseconds