Home
last modified time | relevance | path

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

/linux/Documentation/networking/
H A Dipvs-sysctl.rst16 amemthresh - INTEGER
127 formula: rate = amemthresh / (amemthresh - available_memory)
/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c97 int amemthresh; in update_defense_level() local
109 amemthresh = max(READ_ONCE(ipvs->sysctl_amemthresh), 0); in update_defense_level()
110 nomem = (availmem < amemthresh); in update_defense_level()
150 ipvs->drop_counter = amemthresh / (amemthresh - availmem); in update_defense_level()
159 ipvs->drop_counter = amemthresh / (amemthresh - availmem); in update_defense_level()