Searched refs:area_list (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_top.h44 list area_list; member in struct:ospf6
H A Dospf6_top.c68 for (node = listhead (o6->area_list); node; nextnode (node))
82 for (node = listhead (o6->area_list); node; nextnode (node))
96 for (node = listhead (o6->area_list); node; nextnode (node))
170 listcount (ospf6->area_list), VTY_NEWLINE);
171 for (n = listhead (ospf6->area_list); n; nextnode (n))
198 for (node = listhead (o6->area_list); node; nextnode (node))
249 o6->area_list = list_new ();
H A Dospf6_area.c254 for (n = listhead (o6->area_list); n; nextnode (n))
H A Dospf6_lsdb.c318 for (i = listhead (ospf6->area_list); i; nextnode (i))
586 for (i = listhead (ospf6->area_list); i; nextnode (i))
H A Dospf6_neighbor.c481 for (nodei = listhead (ospf6->area_list); nodei; nextnode (nodei))
535 for (i = listhead (ospf6->area_list); i; nextnode (i))
H A Dospf6d.c337 listnode_add (ospf6->area_list, o6a);
695 for (j = listhead (ospf6->area_list); j; nextnode (j))
H A Dospf6_abr.c453 for (node = listhead (ospf6->area_list); node; nextnode (node))
H A Dospf6_dbex.c663 for (n = listhead (ospf6->area_list); n; nextnode (n))
H A Dospf6_lsa.c1318 for (node = listhead (o6->area_list); node; nextnode (node))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dkmemleak.c154 struct hlist_head area_list; member in struct:kmemleak_object
440 hlist_for_each_entry_safe(area, elem, tmp, &object->area_list, node) {
522 INIT_HLIST_HEAD(&object->area_list);
755 hlist_add_head(&area->node, &object->area_list);
1114 if (hlist_empty(&object->area_list)) {
1129 hlist_for_each_entry(area, elem, &object->area_list, node)

Completed in 80 milliseconds