Home | History | Annotate | Download | only in altq

Lines Matching refs:next_

327 		cl->next_ = parent->children_;
505 t = t->next_;
527 t = t->next_;
570 if (head->next_ == NULL) {
577 cl->parent_->children_ = cl->next_;
579 previous->next_ = cl->next_;
580 cl->next_ = NULL;
584 p = p->next_;
863 p = p->next_;