Searched refs:maxage_lsa (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospfd.h207 list maxage_lsa; /* List of MaxAge LSA for deletion. */ member in struct:ospf
H A Dospfd.c215 new->maxage_lsa = list_new ();
369 for (node = listhead (ospf->maxage_lsa); node; nextnode (node))
372 list_delete (ospf->maxage_lsa);
H A Dospf_lsa.c2445 for (node = listhead (ospf_top->maxage_lsa); node; node = next)
2489 for (node = listhead (ospf_top->maxage_lsa); node; nextnode (node))
2501 if ((n = listnode_lookup (ospf_top->maxage_lsa, lsa)))
2503 list_delete_node (ospf_top->maxage_lsa, n);
2521 listnode_add (ospf_top->maxage_lsa, ospf_lsa_lock (lsa));
H A Dospf_vty.c3684 for (node = listhead (ospf_top->maxage_lsa); node; nextnode (node))

Completed in 163 milliseconds