Lines Matching defs:fq_sched_data
91 struct fq_sched_data { struct
92 struct fq_flow_head new_flows;
94 struct fq_flow_head old_flows;
96 struct rb_root delayed; /* for rate limited flows */
97 u64 time_next_delayed_flow;
98 unsigned long unthrottle_latency_ns;
100 struct fq_flow internal; /* for non classified or high prio packets */
101 u32 quantum;
102 u32 initial_quantum;
103 u32 flow_refill_delay;
104 u32 flow_plimit; /* max packets per flow */
105 unsigned long flow_max_rate; /* optional max rate per flow */
106 u64 ce_threshold;
107 u32 orphan_mask; /* mask for orphaned skb */
108 u32 low_rate_threshold;
109 struct rb_root *fq_root;
110 u8 rate_enable;
111 u8 fq_trees_log;
113 u32 flows;
114 u32 inactive_flows;
115 u32 throttled_flows;
117 u64 stat_gc_flows;
118 u64 stat_internal_packets;
119 u64 stat_throttled;
120 u64 stat_ce_mark;
121 u64 stat_flows_plimit;
122 u64 stat_pkts_too_long;
123 u64 stat_allocation_errors;
124 struct qdisc_watchdog watchdog;