Lines Matching defs:fq_sched_data
82 struct fq_sched_data { struct
83 struct fq_flow_head new_flows;
85 struct fq_flow_head old_flows;
87 struct rb_root delayed; /* for rate limited flows */
88 u64 time_next_delayed_flow;
90 struct fq_flow internal; /* for non classified or high prio packets */
91 u32 quantum;
92 u32 initial_quantum;
93 u32 flow_refill_delay;
94 u32 flow_max_rate; /* optional max rate per flow */
95 u32 flow_plimit; /* max packets per flow */
96 u32 orphan_mask; /* mask for orphaned skb */
97 struct rb_root *fq_root;
98 u8 rate_enable;
99 u8 fq_trees_log;
101 u32 flows;
102 u32 inactive_flows;
103 u32 throttled_flows;
105 u64 stat_gc_flows;
129 static void fq_flow_set_throttled(struct fq_sched_data *q, struct fq_flow *f) in fq_flow_set_throttled() argument