Searched defs:tc_fq_pie_xstats (Results 1 – 1 of 1) sorted by relevance
1022 struct tc_fq_pie_xstats { struct1023 __u32 packets_in; /* total number of packets enqueued */1024 __u32 dropped; /* packets dropped due to fq_pie_action */1025 __u32 overlimit; /* dropped due to lack of space in queue */1026 __u32 overmemory; /* dropped due to lack of memory in queue */1027 __u32 ecn_mark; /* packets marked with ecn */1028 __u32 new_flow_count; /* count of new flows created by packets */1029 __u32 new_flows_len; /* count of flows in new list */1030 __u32 old_flows_len; /* count of flows in old list */1031 __u32 memory_usage; /* total memory across all queues */