HomeSort by: relevance | last modified time | path
    Searched refs:cllist (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/altq/libaltq/
qop.c 355 LIST_INIT(&ifinfo->cllist);
451 while (!LIST_EMPTY(&ifinfo->cllist)) {
452 LIST_FOREACH(clinfo, &ifinfo->cllist, next) {
467 while (!LIST_EMPTY(&ifinfo->cllist)) {
468 LIST_FOREACH(clinfo, &ifinfo->cllist, next)
509 LIST_INSERT_HEAD(&ifinfo->cllist, clinfo, next);
701 LIST_FOREACH(clinfo, &ifinfo->cllist, next)
713 LIST_FOREACH(clinfo, &ifinfo->cllist, next)
765 LIST_FOREACH(clinfo, &ifinfo->cllist, next)
altq_qop.h 80 LIST_HEAD(, classinfo) cllist; /* class list */ member in struct:ifinfo
96 LIST_ENTRY(classinfo) next; /* next entry on cllist
qop_hfsc.c 726 LIST_FOREACH(clinfo, &ifinfo->cllist, next) {

Completed in 20 milliseconds