|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/skbuff.h>#include <net/netfilter/nf_conntrack.h>#include <net/netfilter/nf_conntrack_ecache.h>#include <linux/netfilter/x_tables.h>#include <linux/netfilter/xt_connmark.h>Go to the source code of this file.
Functions | |
| MODULE_AUTHOR ("Henrik Nordstrom <[email protected]>") | |
| MODULE_DESCRIPTION ("Xtables: connection mark operations") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("ipt_CONNMARK") | |
| MODULE_ALIAS ("ip6t_CONNMARK") | |
| MODULE_ALIAS ("ipt_connmark") | |
| MODULE_ALIAS ("ip6t_connmark") | |
| module_init (connmark_mt_init) | |
| module_exit (connmark_mt_exit) | |
| MODULE_ALIAS | ( | "ipt_CONNMARK" | ) |
| MODULE_ALIAS | ( | "ip6t_CONNMARK" | ) |
| MODULE_ALIAS | ( | "ipt_connmark" | ) |
| MODULE_ALIAS | ( | "ip6t_connmark" | ) |
| MODULE_AUTHOR | ( | "Henrik Nordstrom <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "Xtables: connection mark operations" | ) |
| module_exit | ( | connmark_mt_exit | ) |
| module_init | ( | connmark_mt_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2