Searched defs:blue_stats (Results 1 – 2 of 2) sorted by relevance
39 struct blue_stats { struct40 struct blue_interface iface;41 int q_len;42 int q_limit;43 int q_pmark;44 u_quad_t xmit_packets;45 u_quad_t xmit_bytes;46 u_quad_t drop_packets;47 u_quad_t drop_bytes;48 u_quad_t drop_forced;[all …]
51 struct blue_stats blue_stats; in blue_stat_loop() local