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

  /src/usr.sbin/altq/libaltq/
qop_hfsc.c 416 struct hfsc_ifinfo *hfsc_ifinfo = NULL; local in function:qop_hfsc_add_if
420 if ((hfsc_ifinfo = calloc(1, sizeof(*hfsc_ifinfo))) == NULL)
424 &hfsc_qdisc, hfsc_ifinfo);
435 if ((error = qop_hfsc_add_class(&hfsc_ifinfo->root_class, "root",
449 if (hfsc_ifinfo != NULL) {
450 free(hfsc_ifinfo);
465 struct hfsc_ifinfo *hfsc_ifinfo; local in function:qop_hfsc_add_class
712 struct hfsc_ifinfo *hfsc_ifinfo; local in function:qop_hfsc_enable_hook
    [all...]
qop_hfsc.h 44 struct hfsc_ifinfo { struct

Completed in 13 milliseconds