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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_damp.c54 i = (int)(((double) penalty / damp->reuse_limit - 1.0) * damp->scale_factor);
154 if (bdi->penalty < damp->reuse_limit)
168 if (bdi->penalty <= damp->reuse_limit / 2.0)
285 && (bdi->penalty < damp->reuse_limit) )
296 if (bdi->penalty > damp->reuse_limit / 2.0)
323 bdi->penalty = damp->reuse_limit;
339 if (bdi->penalty <= damp->reuse_limit / 2.0)
390 damp->reuse_limit = reuse;
396 damp->ceiling = (int)(damp->reuse_limit * (pow(2, (double)damp->max_suppress_time/damp->half_life)));
427 reuse_max_ratio = (double)damp->ceiling/damp->reuse_limit;
[all...]
H A Dbgp_damp.h69 int reuse_limit; member in struct:bgp_damp_config

Completed in 63 milliseconds