hfsc_ifinfo
struct hfsc_ifinfo *hfsc_ifinfo = NULL;
if ((hfsc_ifinfo = calloc(1, sizeof(*hfsc_ifinfo))) == NULL)
&hfsc_qdisc, hfsc_ifinfo);
if ((error = qop_hfsc_add_class(&hfsc_ifinfo->root_class, "root",
if (hfsc_ifinfo != NULL) {
free(hfsc_ifinfo);
struct hfsc_ifinfo *hfsc_ifinfo;
hfsc_ifinfo = ifinfo->private;
if ((flags & HFCF_DEFAULTCLASS) && hfsc_ifinfo->default_class != NULL)
hfsc_ifinfo->default_class = clinfo;
struct hfsc_ifinfo *hfsc_ifinfo;
hfsc_ifinfo = ifinfo->private;
if (hfsc_ifinfo->default_class == NULL) {
} else if (hfsc_ifinfo->default_class->child != NULL) {