Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_twos.c50 int overhead2, total_weight = 0, weight; in ip_vs_twos_schedule() local
98 overhead2 = ip_vs_dest_conn_overhead(dest); in ip_vs_twos_schedule()
106 if (choice2 && (weight2 * overhead1) > (weight1 * overhead2)) in ip_vs_twos_schedule()