Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_hfsc.c478 cl->cl_parent = parent; in hfsc_class_create()
571 if (cl->cl_parent == NULL) { in hfsc_class_destroy()
957 for ( ; cl->cl_parent != NULL; cl = cl->cl_parent) { in init_vf()
975 if (cl->cl_parent->cl_vtperiod != in init_vf()
985 vt = cl->cl_parent->cl_cvtmax; in init_vf()
990 cl->cl_parent->cl_cvtmax = 0; in init_vf()
991 cl->cl_parent->cl_cvtmin = 0; in init_vf()
1033 update_cfmin(cl->cl_parent); in init_vf()
1046 for (; cl->cl_parent != NULL; cl = cl->cl_parent) { in update_vf()
1067 update_cfmin(cl->cl_parent); in update_vf()
[all …]
H A Daltq_hfsc.h221 struct hfsc_class *cl_parent; /* parent class */ member