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...] |