Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/netdevice.h>
#include <net/route.h>
#include <linux/netfilter_ipv4.h>
#include <linux/netfilter/xt_realm.h>
#include <linux/netfilter/x_tables.h>
Go to the source code of this file.
Functions | |
MODULE_AUTHOR ("Sampsa Ranta <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("Xtables: Routing realm match") | |
MODULE_ALIAS ("ipt_realm") | |
module_init (realm_mt_init) | |
module_exit (realm_mt_exit) | |
MODULE_ALIAS | ( | "ipt_realm" | ) |
MODULE_AUTHOR | ( | "Sampsa Ranta <[email protected]>" | ) |
module_exit | ( | realm_mt_exit | ) |
module_init | ( | realm_mt_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |