Searched defs:tc_fq_pie_xstats (Results 1 – 1 of 1) sorted by relevance
946 struct tc_fq_pie_xstats { struct947 __u32 packets_in; /* total number of packets enqueued */948 __u32 dropped; /* packets dropped due to fq_pie_action */949 __u32 overlimit; /* dropped due to lack of space in queue */950 __u32 overmemory; /* dropped due to lack of memory in queue */951 __u32 ecn_mark; /* packets marked with ecn */952 __u32 new_flow_count; /* count of new flows created by packets */953 __u32 new_flows_len; /* count of flows in new list */954 __u32 old_flows_len; /* count of flows in old list */955 __u32 memory_usage; /* total memory across all queues */