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