Lines Matching defs:sfq_sched_data
116 struct sfq_sched_data { struct
118 int limit; /* limit of total number of packets in this qdisc */
119 unsigned int divisor; /* number of slots in hash table */
120 u8 headdrop;
121 u8 maxdepth; /* limit of packets per flow */
123 u32 perturbation;
124 u8 cur_depth; /* depth of longest slot */
125 u8 flags;
126 unsigned short scaled_quantum; /* SFQ_ALLOT_SIZE(quantum) */
127 struct tcf_proto __rcu *filter_list;
151 static inline struct sfq_head *sfq_dep_head(struct sfq_sched_data *q, sfq_index val) in sfq_dep_head() argument