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;
229 struct tc_red_qopt { struct230 __u32 limit; /* HARD maximal queue length (bytes) */231 __u32 qth_min; /* Min average length threshold (bytes) */232 __u32 qth_max; /* Max average length threshold (bytes) */233 unsigned char Wlog; /* log(W) */234 unsigned char Plog; /* log(P_max/(qth_max-qth_min)) */235 unsigned char Scell_log; /* cell size for idle damping */236 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;