Searched refs:hashnext (Results 1 – 5 of 5) sorted by relevance
156 if (p->hashnext) in removenode()158 p->hashnext->hashprev = p->hashprev; in removenode()159 p->hashprev->hashnext = p->hashnext; in removenode()290 list->hasharray[hashval] = q->hashnext = q->hashprev = q; in insert_before()294 for (q = list->hasharray[hashval]->hashnext; in insert_before()295 q != list->hasharray[hashval]; q = q->hashnext) in insert_before()302 p->hashnext = q; in insert_before()303 p->hashprev->hashnext = p; in insert_before()362 for (p = head->hashnext; p != head; p = p->hashnext) in findnode()390 for (p = head->hashnext; p != head; p = p->hashnext) in findnode_fn()
35 struct node *hashnext; member
131 dns_rbtnode_t *hashnext; member
570 goto hashnext;598 hashnext:
238 #define HASHNEXT(node) ((node)->hashnext)1678 hnode != NULL; hnode = hnode->hashnext) in dns_rbt_findnode()