|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/skbuff.h>#include <linux/ipv6.h>#include <net/ip.h>#include <linux/netfilter/xt_length.h>#include <linux/netfilter/x_tables.h>Go to the source code of this file.
Functions | |
| MODULE_AUTHOR ("James Morris <[email protected]>") | |
| MODULE_DESCRIPTION ("Xtables: Packet length (Layer3,4,5) match") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("ipt_length") | |
| MODULE_ALIAS ("ip6t_length") | |
| module_init (length_mt_init) | |
| module_exit (length_mt_exit) | |
| MODULE_ALIAS | ( | "ipt_length" | ) |
| MODULE_ALIAS | ( | "ip6t_length" | ) |
| MODULE_AUTHOR | ( | "James Morris <[email protected]>" | ) |
| module_exit | ( | length_mt_exit | ) |
| module_init | ( | length_mt_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2