Linux Kernel
3.7.1
|
#include <linux/ip.h>
#include <linux/if_arp.h>
#include <linux/module.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter_bridge/ebtables.h>
#include <linux/netfilter_bridge/ebt_among.h>
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
module_init (ebt_among_init) | |
module_exit (ebt_among_fini) | |
MODULE_DESCRIPTION ("Ebtables: Combined MAC/IP address list matching") | |
MODULE_LICENSE ("GPL") | |
Definition at line 10 of file ebt_among.c.
module_exit | ( | ebt_among_fini | ) |
module_init | ( | ebt_among_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |