Searched refs:t_updated (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.c145 t_diff = t_now - bdi->t_updated;
151 bdi->t_updated = t_now;
223 (bgp_damp_decay (t_now - bdi->t_updated, bdi->penalty)
233 bdi->t_updated = t_now;
279 bdi->penalty = bgp_damp_decay (t_now - bdi->t_updated, bdi->penalty);
297 bdi->t_updated = t_now;
325 bdi->t_updated = t_now;
336 t_diff = t_now - bdi->t_updated;
346 bdi->t_updated = t_now;
613 t_diff = t_now - bdi->t_updated;
[all...]
H A Dbgp_damp.h39 time_t t_updated; member in struct:bgp_damp_info

Completed in 92 milliseconds