|
Linux Kernel
3.7.1
|
#include <linux/ip.h>#include <linux/ipv6.h>#include <linux/module.h>#include <linux/skbuff.h>#include <linux/netfilter/x_tables.h>#include <linux/netfilter_ipv4/ipt_ttl.h>#include <linux/netfilter_ipv6/ip6t_hl.h>Go to the source code of this file.
Functions | |
| MODULE_AUTHOR ("Maciej Soltysiak <[email protected]>") | |
| MODULE_DESCRIPTION ("Xtables: Hoplimit/TTL field match") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("ipt_ttl") | |
| MODULE_ALIAS ("ip6t_hl") | |
| module_init (hl_mt_init) | |
| module_exit (hl_mt_exit) | |
| MODULE_ALIAS | ( | "ipt_ttl" | ) |
| MODULE_ALIAS | ( | "ip6t_hl" | ) |
| MODULE_AUTHOR | ( | "Maciej Soltysiak <[email protected]>" | ) |
| module_exit | ( | hl_mt_exit | ) |
| module_init | ( | hl_mt_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2