Home
last modified time | relevance | path

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

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