Home
last modified time | relevance | path

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

/Linux-v6.1/net/netfilter/ipvs/
Dip_vs_twos.c49 int rweight1, rweight2, weight1 = -1, weight2 = -1, overhead1 = 0; in ip_vs_twos_schedule() local
92 overhead1 = ip_vs_dest_conn_overhead(dest); in ip_vs_twos_schedule()
106 if (choice2 && (weight2 * overhead1) > (weight1 * overhead2)) in ip_vs_twos_schedule()