|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/slab.h>#include <linux/types.h>#include <linux/kernel.h>#include <linux/errno.h>#include <linux/skbuff.h>#include <linux/prefetch.h>#include <net/pkt_sched.h>#include <net/codel.h>Go to the source code of this file.
Data Structures | |
| struct | codel_sched_data |
Macros | |
| #define | DEFAULT_CODEL_LIMIT 1000 |
| #define DEFAULT_CODEL_LIMIT 1000 |
Definition at line 54 of file sch_codel.c.
1.8.2