Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h212 struct tc_sfq_qopt_v1 { struct
213 struct tc_sfq_qopt v0;
214 unsigned int depth; /* max number of packets per flow */
215 unsigned int headdrop;
217 __u32 limit; /* HARD maximal flow queue length (bytes) */
218 __u32 qth_min; /* Min average length threshold (bytes) */
219 __u32 qth_max; /* Max average length threshold (bytes) */
220 unsigned char Wlog; /* log(W) */
221 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
222 unsigned char Scell_log; /* cell size for idle damping */
[all …]
/external/iproute2/include/linux/
Dpkt_sched.h211 struct tc_sfq_qopt_v1 { struct
212 struct tc_sfq_qopt v0;
213 unsigned int depth; /* max number of packets per flow */
214 unsigned int headdrop;
216 __u32 limit; /* HARD maximal flow queue length (bytes) */
217 __u32 qth_min; /* Min average length threshold (bytes) */
218 __u32 qth_max; /* Max average length threshold (bytes) */
219 unsigned char Wlog; /* log(W) */
220 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */
221 unsigned char Scell_log; /* cell size for idle damping */
[all …]