Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dbsd-comp.c224 u_int new_ratio; in bsd_check() local
244 new_ratio = db->in_count << RATIO_SCALE_LOG; in bsd_check()
246 new_ratio /= db->bytes_out; in bsd_check()
248 if (new_ratio < db->ratio || new_ratio < 1 * RATIO_SCALE) { in bsd_check()
252 db->ratio = new_ratio; in bsd_check()