|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/types.h>#include <linux/kernel.h>#include <linux/slab.h>#include <linux/string.h>#include <linux/errno.h>#include <linux/if_arp.h>#include <linux/netdevice.h>#include <linux/init.h>#include <linux/skbuff.h>#include <linux/moduleparam.h>#include <net/dst.h>#include <net/neighbour.h>#include <net/pkt_sched.h>Go to the source code of this file.
Data Structures | |
| struct | teql_master |
| struct | teql_sched_data |
Macros | |
| #define | NEXT_SLAVE(q) (((struct teql_sched_data *)qdisc_priv(q))->next) |
| #define | FMASK (IFF_BROADCAST | IFF_POINTOPOINT) |
Functions | |
| module_param (max_equalizers, int, 0) | |
| MODULE_PARM_DESC (max_equalizers,"Max number of link equalizers") | |
| module_init (teql_init) | |
| module_exit (teql_exit) | |
| MODULE_LICENSE ("GPL") | |
| #define FMASK (IFF_BROADCAST | IFF_POINTOPOINT) |
Definition at line 75 of file sch_teql.c.
| #define NEXT_SLAVE | ( | q | ) | (((struct teql_sched_data *)qdisc_priv(q))->next) |
Definition at line 73 of file sch_teql.c.
| module_exit | ( | teql_exit | ) |
| module_init | ( | teql_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_param | ( | max_equalizers | , |
| int | , | ||
| 0 | |||
| ) |
1.8.2