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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_qfq.h215 struct qfq_class *cl_next; /* link for the slot list */ member in struct:qfq_class
H A Dpktsched_qfq.c812 cl->cl_next = grp->qfg_slots[i];
825 *h = (*h)->cl_next;
1191 pprev = &(*pprev)->cl_next;
1193 *pprev = cl->cl_next;

Completed in 17 milliseconds