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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.h238 struct hfsc_class *cl_children; /* child classes */ member in struct:hfsc_class
H A Dpktsched_hfsc.c170 #define HFSC_IS_A_PARENT_CLASS(cl) ((cl)->cl_children != NULL)
289 (cl = hif->hif_rootclass->cl_children) != NULL) {
589 if ((p = parent->cl_children) == NULL)
590 parent->cl_children = cl;
675 struct hfsc_class *p = cl->cl_parent->cl_children;
678 cl->cl_parent->cl_children = cl->cl_siblings;
743 if (cl->cl_children != NULL)
744 cl = cl->cl_children;
1277 for (p = cl->cl_parent->cl_children; p != NULL;

Completed in 11 milliseconds