|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/skbuff.h>#include <linux/netfilter/x_tables.h>#include <linux/netfilter/xt_CONNSECMARK.h>#include <net/netfilter/nf_conntrack.h>#include <net/netfilter/nf_conntrack_ecache.h>Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("James Morris <[email protected]>") | |
| MODULE_DESCRIPTION ("Xtables: target for copying between connection and security mark") | |
| MODULE_ALIAS ("ipt_CONNSECMARK") | |
| MODULE_ALIAS ("ip6t_CONNSECMARK") | |
| module_init (connsecmark_tg_init) | |
| module_exit (connsecmark_tg_exit) | |
Definition at line 18 of file xt_CONNSECMARK.c.
| MODULE_ALIAS | ( | "ipt_CONNSECMARK" | ) |
| MODULE_ALIAS | ( | "ip6t_CONNSECMARK" | ) |
| MODULE_AUTHOR | ( | "James Morris <[email protected]>" | ) |
| module_exit | ( | connsecmark_tg_exit | ) |
| module_init | ( | connsecmark_tg_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2