Searched refs:next_ (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_rmclass.c416 cl->next_ = parent->children_;
585 t = t->next_;
632 if (head->next_ == NULL) {
639 cl->parent_->children_ = cl->next_;
641 previous->next_ = cl->next_;
642 cl->next_ = NULL;
646 p = p->next_;
927 p = p->next_;
H A Dpktsched_rmclass.h207 rm_class_t *next_; /* Next pointer, used if child */ member in struct:rm_class

Completed in 25 milliseconds