Home
last modified time | relevance | path

Searched refs:cl_siblings (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_hfsc.c517 while (p->cl_siblings != NULL) in hfsc_class_create()
518 p = p->cl_siblings; in hfsc_class_create()
519 p->cl_siblings = cl; in hfsc_class_create()
579 if (p->cl_siblings == cl) { in hfsc_class_destroy()
580 p->cl_siblings = cl->cl_siblings; in hfsc_class_destroy()
583 } while ((p = p->cl_siblings) != NULL); in hfsc_class_destroy()
637 else if (cl->cl_siblings != NULL) in hfsc_nextclass()
638 cl = cl->cl_siblings; in hfsc_nextclass()
641 if (cl->cl_siblings) { in hfsc_nextclass()
642 cl = cl->cl_siblings; in hfsc_nextclass()
[all …]
H A Daltq_hfsc.h222 struct hfsc_class *cl_siblings; /* sibling classes */ member