Home | History | Annotate | Download | only in dns

Lines Matching refs:down_next

868 	dns_slabheader_t *d = NULL, *down_next = NULL;
870 for (d = top->down; d != NULL; d = down_next) {
871 down_next = d->down;
911 dns_slabheader_t *down_next = NULL, *dparent = NULL;
930 dcurrent = down_next)
932 down_next = dcurrent->down;
937 if (down_next != NULL) {
938 down_next->next = dparent;
940 dparent->down = down_next;
952 down_next = current->down;
953 if (down_next == NULL) {
971 top_prev->next = down_next;
973 node->data = down_next;
975 down_next->next = top_next;
977 current = down_next;
987 dcurrent = down_next)
989 down_next = dcurrent->down;
1002 down_next = dcurrent->down;
1005 dcurrent = down_next;