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

  /src/sys/altq/
altq_conf.c 298 static struct altq_module_data *altq_modules[ALTQT_MAX]; variable in typeref:struct:altq_module_data * []
307 if (type < 0 || type >= ALTQT_MAX || altq_modules[type] == NULL)
310 altq_modules[type]->ref++;
315 if (type < 0 || type >= ALTQT_MAX || altq_modules[type] == NULL)
318 altq_modules[type]->ref--;
335 altq_modules[type] = mdata; /* save module data pointer */
353 if (mdata != altq_modules[type])
355 if (altq_modules[type]->ref > 0)
363 altq_modules[type] = NULL;
altq_conf.c 298 static struct altq_module_data *altq_modules[ALTQT_MAX]; variable in typeref:struct:altq_module_data * []
307 if (type < 0 || type >= ALTQT_MAX || altq_modules[type] == NULL)
310 altq_modules[type]->ref++;
315 if (type < 0 || type >= ALTQT_MAX || altq_modules[type] == NULL)
318 altq_modules[type]->ref--;
335 altq_modules[type] = mdata; /* save module data pointer */
353 if (mdata != altq_modules[type])
355 if (altq_modules[type]->ref > 0)
363 altq_modules[type] = NULL;

Completed in 103 milliseconds