Lines Matching refs:ctl_class
288 if (strcmp("ctl_class", class_name) == 0)
353 * if this is a default class and no ctl_class is defined,
354 * we will create a ctl_class.
356 if (cbq_ifinfo->ctl_class == NULL) {
357 /* reserve bandwidth for ctl_class */
381 * no ctl_class is defined, also add the ctl traffic class.
384 if (qcmd_cbq_add_class(ifname, "ctl_class", parent_name,
388 LOG(LOG_ERR, errno, "can't create ctl_class!");
424 * add the default filters for ctl_class (for backward compatibility).
543 if ((flags & CBQCLF_CTLCLASS) && cbq_ifinfo->ctl_class != NULL)
623 cbq_ifinfo->ctl_class = clinfo;