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

  /src/sys/altq/
altq_conf.c 295 static int altq_module_register(struct altq_module_data *);
296 static int altq_module_deregister(struct altq_module_data *);
298 static struct altq_module_data *altq_modules[ALTQT_MAX];
322 altq_module_register(struct altq_module_data *mdata)
347 altq_module_deregister(struct altq_module_data *mdata)
370 struct altq_module_data *data = (struct altq_module_data *)arg;
altq_conf.h 93 struct altq_module_data { struct
100 static struct altq_module_data name##_moddata = { type, 0, devsw }; \

Completed in 12 milliseconds