|
Linux Kernel
3.7.1
|
#include <linux/slab.h>#include <linux/module.h>#include <linux/types.h>#include <linux/kernel.h>#include <linux/skbuff.h>#include <net/pkt_sched.h>#include <net/red.h>Go to the source code of this file.
Data Structures | |
| struct | gred_sched_data |
| struct | gred_sched |
Macros | |
| #define | GRED_DEF_PRIO (MAX_DPs / 2) |
| #define | GRED_VQ_MASK (MAX_DPs - 1) |
Enumerations | |
| enum | { GRED_WRED_MODE = 1, GRED_RIO_MODE } |
| #define GRED_DEF_PRIO (MAX_DPs / 2) |
Definition at line 29 of file sch_gred.c.
| #define GRED_VQ_MASK (MAX_DPs - 1) |
Definition at line 30 of file sch_gred.c.
| anonymous enum |
Definition at line 48 of file sch_gred.c.
1.8.2