Lines Matching defs:red_stats
40 struct red_stats { struct
41 struct red_interface iface;
42 int q_len;
43 int q_avg;
45 struct pktcntr xmit_cnt;
46 struct pktcntr drop_cnt;
47 u_int drop_forced;
48 u_int drop_unforced;
49 u_int marked_packets;
52 int q_limit;
53 int weight;
54 int inv_pmax;
55 int th_min;
56 int th_max;
59 u_int fv_flows;
60 u_int fv_pass;
61 u_int fv_predrop;
62 u_int fv_alloc;
63 u_int fv_escape;
166 } red_stats; member