|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/skbuff.h>#include <net/ipv6.h>#include <linux/netfilter/x_tables.h>#include <linux/netfilter/xt_conntrack.h>#include <net/netfilter/nf_conntrack.h>Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Marc Boucher <marc@mbsi.ca>") | |
| MODULE_AUTHOR ("Jan Engelhardt <[email protected]>") | |
| MODULE_DESCRIPTION ("Xtables: connection tracking state match") | |
| MODULE_ALIAS ("ipt_conntrack") | |
| MODULE_ALIAS ("ip6t_conntrack") | |
| module_init (conntrack_mt_init) | |
| module_exit (conntrack_mt_exit) | |
Definition at line 12 of file xt_conntrack.c.
| MODULE_ALIAS | ( | "ipt_conntrack" | ) |
| MODULE_ALIAS | ( | "ip6t_conntrack" | ) |
| MODULE_AUTHOR | ( | "Marc Boucher <marc@mbsi.ca>" | ) |
| MODULE_AUTHOR | ( | "Jan Engelhardt <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Xtables: connection tracking state match" | ) |
| module_exit | ( | conntrack_mt_exit | ) |
| module_init | ( | conntrack_mt_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2