Searched defs:tc_red_qopt (Results 1 – 3 of 3) sorted by relevance
172 struct tc_red_qopt struct174 __u32 limit; /* HARD maximal queue length (bytes) */175 __u32 qth_min; /* Min average length threshold (bytes) */176 __u32 qth_max; /* Max average length threshold (bytes) */177 unsigned char Wlog; /* log(W) */178 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */179 unsigned char Scell_log; /* cell size for idle damping */180 unsigned char flags;
241 struct tc_red_qopt { struct242 __u32 limit; /* HARD maximal queue length (bytes) */243 __u32 qth_min; /* Min average length threshold (bytes) */244 __u32 qth_max; /* Max average length threshold (bytes) */245 unsigned char Wlog; /* log(W) */246 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */247 unsigned char Scell_log; /* cell size for idle damping */248 unsigned char flags;
245 struct tc_red_qopt { struct246 __u32 limit; /* HARD maximal queue length (bytes) */247 __u32 qth_min; /* Min average length threshold (bytes) */248 __u32 qth_max; /* Max average length threshold (bytes) */249 unsigned char Wlog; /* log(W) */250 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */251 unsigned char Scell_log; /* cell size for idle damping */252 unsigned char flags;