Lines Matching full:idxmap
27 struct idxmap
29 struct idxmap * next;
38 static struct idxmap *idxmap[16];
45 struct idxmap *im, **imp;
62 for (imp=&idxmap[h]; (im=*imp)!=NULL; imp = &im->next)
93 struct idxmap *im;
97 for (im = idxmap[idx&0xF]; im; im = im->next)
114 struct idxmap *im;
118 for (im = idxmap[idx&0xF]; im; im = im->next)
126 struct idxmap *im;
131 for (im = idxmap[idx&0xF]; im; im = im->next)
140 struct idxmap *im;
145 for (im = idxmap[idx&0xF]; im; im = im->next) {
162 struct idxmap *im;
171 for (im = idxmap[i]; im; im = im->next) {
193 if (rtnl_dump_filter(rth, ll_remember_index, &idxmap, NULL, NULL) < 0) {