Searched refs:t_maxage (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospfd.h222 struct thread *t_maxage; /* MaxAge LSA remover timer. */ member in struct:ospf
H A Dospf_lsa.c2437 ospf_top->t_maxage = NULL;
2479 OSPF_SCHEDULE_MAXAGE (ospf_top->t_maxage, ospf_maxage_lsa_remover);
2526 OSPF_SCHEDULE_MAXAGE (ospf_top->t_maxage, ospf_maxage_lsa_remover);
2973 if (top->t_maxage != NULL)
2975 OSPF_TIMER_OFF (top->t_maxage);
H A Dospfd.c350 OSPF_TIMER_OFF (ospf->t_maxage);

Completed in 50 milliseconds