aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/linux/pkt_sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/libiproute/linux/pkt_sched.h')
-rw-r--r--networking/libiproute/linux/pkt_sched.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/networking/libiproute/linux/pkt_sched.h b/networking/libiproute/linux/pkt_sched.h
index 70cbabc26..ec5b3fddd 100644
--- a/networking/libiproute/linux/pkt_sched.h
+++ b/networking/libiproute/linux/pkt_sched.h
@@ -256,8 +256,8 @@ struct tc_gred_sopt
256 256
257struct tc_htb_opt 257struct tc_htb_opt
258{ 258{
259 struct tc_ratespec rate; 259 struct tc_ratespec rate;
260 struct tc_ratespec ceil; 260 struct tc_ratespec ceil;
261 __u32 buffer; 261 __u32 buffer;
262 __u32 cbuffer; 262 __u32 cbuffer;
263 __u32 quantum; /* out only */ 263 __u32 quantum; /* out only */
@@ -268,9 +268,9 @@ struct tc_htb_opt
268}; 268};
269struct tc_htb_glob 269struct tc_htb_glob
270{ 270{
271 __u32 rate2quantum; /* bps->quantum divisor */ 271 __u32 rate2quantum; /* bps->quantum divisor */
272 __u32 defcls; /* default class number */ 272 __u32 defcls; /* default class number */
273 __u32 use_dcache; /* use dequeue cache ? */ 273 __u32 use_dcache; /* use dequeue cache ? */
274 __u32 debug; /* debug flags */ 274 __u32 debug; /* debug flags */
275 275
276 276
@@ -311,8 +311,8 @@ struct tc_cbq_lssopt
311 unsigned char flags; 311 unsigned char flags;
312#define TCF_CBQ_LSS_BOUNDED 1 312#define TCF_CBQ_LSS_BOUNDED 1
313#define TCF_CBQ_LSS_ISOLATED 2 313#define TCF_CBQ_LSS_ISOLATED 2
314 unsigned char ewma_log; 314 unsigned char ewma_log;
315 unsigned char level; 315 unsigned char level;
316#define TCF_CBQ_LSS_FLAGS 1 316#define TCF_CBQ_LSS_FLAGS 1
317#define TCF_CBQ_LSS_EWMA 2 317#define TCF_CBQ_LSS_EWMA 2
318#define TCF_CBQ_LSS_MAXIDLE 4 318#define TCF_CBQ_LSS_MAXIDLE 4