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

/linux-master/net/netfilter/ipvs/
H A Dip_vs_conn.c1268 static const signed char todrop_rate[9] = {0, 1, 2, 3, 4, 5, 6, 7, 8}; local
1283 if (!todrop_rate[i]) return 0;
1286 todrop_counter[i] = todrop_rate[i];

Completed in 157 milliseconds