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

  /src/usr.sbin/altq/libaltq/
altq_qop.h 88 int (*enable_hook)(struct ifinfo *); member in struct:ifinfo
qop_priq.c 247 ifinfo->enable_hook = qop_priq_enable_hook;
qop.c 420 if (ifinfo->enable_hook != NULL)
421 if ((error = (*ifinfo->enable_hook)(ifinfo)) != 0)
qop_hfsc.c 429 ifinfo->enable_hook = qop_hfsc_enable_hook;
qop_cbq.c 503 ifinfo->enable_hook = qop_cbq_enable_hook;

Completed in 14 milliseconds