Home
last modified time | relevance | path

Searched defs:tc_sfq_qopt_v1 (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dpkt_sched.h207 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 */
[all …]