Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_fairq.c296 if ((cl = pif->pif_classes[pri]) != NULL && cl->cl_head) in fairq_purge()
339 if (cl->cl_head) in fairq_class_create()
363 cl->cl_head = NULL; in fairq_class_create()
439 if (cl->cl_head) in fairq_class_destroy()
620 if (cl->cl_head) in fairq_addq()
621 b = cl->cl_head->prev; in fairq_addq()
638 if (cl->cl_head == NULL) { in fairq_addq()
639 cl->cl_head = b; in fairq_addq()
643 b->next = cl->cl_head; in fairq_addq()
644 b->prev = cl->cl_head->prev; in fairq_addq()
[all …]
H A Daltq_fairq.h107 fairq_bucket_t *cl_head; /* head of circular bucket list */ member