Searched defs:red_stats (Results 1 – 2 of 2) sorted by relevance
40 struct red_stats { struct41 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;[all …]
53 struct red_stats red_stats; in red_stat_loop() local