#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/ipv6.h>
#include <linux/types.h>
#include <net/checksum.h>
#include <net/ipv6.h>
#include <asm/byteorder.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter_ipv6/ip6_tables.h>
#include <linux/netfilter_ipv6/ip6t_opts.h>
Go to the source code of this file.
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
MODULE_ALIAS |
( |
"ip6t_dst" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Xtables: IPv6 Hop-By-Hop and Destination Header match" |
| ) |
|
module_exit |
( |
hbh_mt6_exit |
| ) |
|
module_init |
( |
hbh_mt6_init |
| ) |
|