Lines Matching refs:index

400     struct pico_tree_node *index = NULL;
407 pico_tree_foreach_reverse(index, &IPV6Routes) {
408 r = index->keyValue;
974 struct pico_tree_node *index = NULL, *index2 = NULL;
983 pico_tree_foreach(index, mcast_link->MCASTGroups) {
984 g = index->keyValue;
1004 struct pico_tree_node *index = NULL, *_tmp = NULL;
1007 pico_tree_foreach_safe(index, &g->MCASTSources, _tmp) {
1008 source = index->keyValue;
1014 pico_tree_foreach(index, _MCASTFilter) {
1015 if (index->keyValue) {
1021 *source = *((struct pico_ip6 *)index->keyValue);
1097 struct pico_tree_node *index = NULL, *_tmp = NULL;
1117 pico_tree_foreach_safe(index, &g->MCASTSources, _tmp) {
1118 source = index->keyValue;
1145 struct pico_tree_node *index = NULL, *index2 = NULL;
1155 pico_tree_foreach(index, &Tree_dev_ip6_link) {
1156 link = index->keyValue;
1462 struct pico_tree_node *index;
1467 pico_tree_foreach(index, &Routes){
1468 r = index->keyValue;
1643 struct pico_tree_node *index = NULL, *_tmp = NULL;
1648 pico_tree_foreach_safe(index, &IPV6Routes, _tmp)
1650 route = index->keyValue;
1855 struct pico_tree_node *index = NULL, *_tmp = NULL;
1858 pico_tree_foreach_safe(index, &IPV6Routes, _tmp)
1860 route = index->keyValue;
1869 struct pico_tree_node *index = NULL, *_tmp = NULL;
1872 pico_tree_foreach_safe(index, &IPV6Links, _tmp)
1874 link = index->keyValue;
1992 struct pico_tree_node *index = NULL;
1995 pico_tree_foreach(index, &IPV6Links)
1997 link = index->keyValue;
2006 struct pico_tree_node *index = NULL;
2013 pico_tree_foreach(index, &IPV6Links)
2015 link = index->keyValue;
2029 struct pico_tree_node *index = NULL;
2031 pico_tree_foreach(index, &IPV6Links) {
2032 link = index->keyValue;
2071 struct pico_tree_node *index = NULL, *temp;
2077 pico_tree_foreach_safe(index, &IPV6Links, temp) {
2078 link = index->keyValue;