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

  /src/usr.sbin/altq/altqstat/
qdisc_red.c 53 struct red_stats red_stats; local in function:red_stat_loop
60 strlcpy(red_stats.iface.red_ifname, ifname,
61 sizeof(red_stats.iface.red_ifname));
68 if (ioctl(fd, RED_GETSTATS, &red_stats) < 0)
75 red_stats.weight, red_stats.inv_pmax,
76 red_stats.th_min, red_stats.th_max);
78 red_stats.q_len
    [all...]
  /src/sys/altq/
altq_red.h 40 struct red_stats { struct
112 #define RED_GETSTATS _IOWR('Q', 12, struct red_stats)
166 } red_stats; member in struct:red

Completed in 44 milliseconds