Linux Kernel
3.7.1
|
#include <linux/capability.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/timer.h>
#include <linux/netdevice.h>
#include <net/net_namespace.h>
#include <linux/if.h>
#include <linux/if_arp.h>
#include <linux/if_eql.h>
#include <linux/pkt_sched.h>
#include <asm/uaccess.h>
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
#define | eql_is_slave(dev) ((dev->flags & IFF_SLAVE) == IFF_SLAVE) |
#define | eql_is_master(dev) ((dev->flags & IFF_MASTER) == IFF_MASTER) |
Functions | |
module_init (eql_init_module) | |
module_exit (eql_cleanup_module) | |
MODULE_LICENSE ("GPL") | |
#define eql_is_master | ( | dev | ) | ((dev->flags & IFF_MASTER) == IFF_MASTER) |
module_exit | ( | eql_cleanup_module | ) |
module_init | ( | eql_init_module | ) |
MODULE_LICENSE | ( | "GPL" | ) |