Searched refs:max_suppress_time (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.c318 if (t_diff >= damp->max_suppress_time)
391 damp->max_suppress_time = maxsup;
396 damp->ceiling = (int)(damp->reuse_limit * (pow(2, (double)damp->max_suppress_time/damp->half_life)));
399 damp->decay_array_size = ceil ((double) damp->max_suppress_time / DELTA_T);
410 i = ceil ((double)damp->max_suppress_time / DELTA_REUSE) + 1;
428 j = (exp((double)damp->max_suppress_time/damp->half_life) * log10(2.0));
451 && damp->max_suppress_time == max)
536 && bgp_damp_cfg.max_suppress_time == bgp_damp_cfg.half_life*4)
541 && bgp_damp_cfg.max_suppress_time == bgp_damp_cfg.half_life*4)
550 bgp_damp_cfg.max_suppress_time/6
[all...]
H A Dbgp_damp.h72 int max_suppress_time; member in struct:bgp_damp_config

Completed in 34 milliseconds