#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/netfilter.h>
#include <net/netfilter/nf_conntrack.h>
#include <net/netfilter/nf_conntrack_core.h>
#include <net/netfilter/nf_conntrack_helper.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter/xt_helper.h>
Go to the source code of this file.
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
MODULE_ALIAS |
( |
"ipt_helper" |
| ) |
|
MODULE_ALIAS |
( |
"ip6t_helper" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Xtables: Related connection matching" |
| ) |
|
module_exit |
( |
helper_mt_exit |
| ) |
|
module_init |
( |
helper_mt_init |
| ) |
|