Lines Matching defs:tc_sfq_qopt_v1
207 struct tc_sfq_qopt_v1 { struct
208 struct tc_sfq_qopt v0;
209 unsigned int depth; /* max number of packets per flow */
210 unsigned int headdrop;
212 __u32 limit; /* HARD maximal flow queue length (bytes) */
213 __u32 qth_min; /* Min average length threshold (bytes) */
214 __u32 qth_max; /* Max average length threshold (bytes) */
215 unsigned char Wlog; /* log(W) */
216 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
217 unsigned char Scell_log; /* cell size for idle damping */
218 unsigned char flags;
219 __u32 max_P; /* probability, high resolution */
221 struct tc_sfqred_stats stats;