Searched defs:tc_red_qopt (Results 1 – 3 of 3) sorted by relevance
210 struct tc_red_qopt { struct211 __u32 limit; /* HARD maximal queue length (bytes) */212 __u32 qth_min; /* Min average length threshold (bytes) */213 __u32 qth_max; /* Max average length threshold (bytes) */214 unsigned char Wlog; /* log(W) */215 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */216 unsigned char Scell_log; /* cell size for idle damping */217 unsigned char flags;
247 struct tc_red_qopt { struct248 __u32 limit; /* HARD maximal queue length (bytes) */249 __u32 qth_min; /* Min average length threshold (bytes) */250 __u32 qth_max; /* Max average length threshold (bytes) */251 unsigned char Wlog; /* log(W) */252 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */253 unsigned char Scell_log; /* cell size for idle damping */254 unsigned char flags;
263 struct tc_red_qopt { struct264 __u32 limit; /* HARD maximal queue length (bytes) */265 __u32 qth_min; /* Min average length threshold (bytes) */266 __u32 qth_max; /* Max average length threshold (bytes) */267 unsigned char Wlog; /* log(W) */268 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */269 unsigned char Scell_log; /* cell size for idle damping */270 unsigned char flags;