|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/skbuff.h>#include <linux/ip.h>#include <linux/ipv6.h>#include <linux/netfilter/x_tables.h>#include <linux/netfilter/xt_iprange.h>Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
| module_init (iprange_mt_init) | |
| module_exit (iprange_mt_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Jozsef Kadlecsik <[email protected]>") | |
| MODULE_AUTHOR ("Jan Engelhardt <[email protected]>") | |
| MODULE_DESCRIPTION ("Xtables: arbitrary IPv4 range matching") | |
| MODULE_ALIAS ("ipt_iprange") | |
| MODULE_ALIAS ("ip6t_iprange") | |
Definition at line 11 of file xt_iprange.c.
| MODULE_ALIAS | ( | "ipt_iprange" | ) |
| MODULE_ALIAS | ( | "ip6t_iprange" | ) |
| MODULE_AUTHOR | ( | "Jozsef Kadlecsik <[email protected]>" | ) |
| MODULE_AUTHOR | ( | "Jan Engelhardt <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Xtables: arbitrary IPv4 range matching" | ) |
| module_exit | ( | iprange_mt_exit | ) |
| module_init | ( | iprange_mt_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2