Searched defs:tc_fq_pie_xstats (Results 1 – 1 of 1) sorted by relevance
1042 struct tc_fq_pie_xstats { struct1043 __u32 packets_in; /* total number of packets enqueued */1044 __u32 dropped; /* packets dropped due to fq_pie_action */1045 __u32 overlimit; /* dropped due to lack of space in queue */1046 __u32 overmemory; /* dropped due to lack of memory in queue */1047 __u32 ecn_mark; /* packets marked with ecn */1048 __u32 new_flow_count; /* count of new flows created by packets */1049 __u32 new_flows_len; /* count of flows in new list */1050 __u32 old_flows_len; /* count of flows in old list */1051 __u32 memory_usage; /* total memory across all queues */