Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c1267 static const signed char todrop_rate[9] = {0, 1, 2, 3, 4, 5, 6, 7, 8}; in todrop_entry() local
1282 if (!todrop_rate[i]) return 0; in todrop_entry()
1285 todrop_counter[i] = todrop_rate[i]; in todrop_entry()