Searched refs:cl_siblings (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_hfsc.c539 while (p->cl_siblings != NULL)
540 p = p->cl_siblings;
541 p->cl_siblings = cl;
606 cl->cl_parent->cl_children = cl->cl_siblings;
608 if (p->cl_siblings == cl) {
609 p->cl_siblings = cl->cl_siblings;
612 } while ((p = p->cl_siblings) != NULL);
669 else if (cl->cl_siblings != NULL)
670 cl = cl->cl_siblings;
[all...]
H A Daltq_hfsc.h238 struct hfsc_class *cl_siblings; /* sibling classes */ member in struct:hfsc_class
/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_hfsc.h243 struct hfsc_class *cl_siblings; /* sibling classes */ member in struct:hfsc_class

Completed in 112 milliseconds