Home
last modified time | relevance | path

Searched refs:wfqinfo (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/usr.sbin/altq/altqstat/
Dqdisc_wfq.c51 struct wfqinfo { struct
68 struct wfqinfo *qinfo, **top; in wfq_stat_loop() argument
86 if ((qinfo = malloc(nqueues * sizeof(struct wfqinfo))) == NULL) in wfq_stat_loop()
88 if ((top = malloc(ntop * sizeof(struct wfqinfo *))) == NULL) in wfq_stat_loop()