Searched defs:rio_stats (Results 1 – 2 of 2) sorted by relevance
46 struct rio_stats { struct47 struct rio_interface iface;48 int q_len[RIO_NDROPPREC];49 struct redstats q_stats[RIO_NDROPPREC];52 int q_limit;53 int weight;54 int flags;55 struct redparams q_params[RIO_NDROPPREC];
54 struct rio_stats rio_stats; in rio_stat_loop() local