|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/skbuff.h>#include <linux/netfilter/xt_mark.h>#include <linux/netfilter/x_tables.h>Go to the source code of this file.
Functions | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Marc Boucher <marc@mbsi.ca>") | |
| MODULE_DESCRIPTION ("Xtables: packet mark operations") | |
| MODULE_ALIAS ("ipt_mark") | |
| MODULE_ALIAS ("ip6t_mark") | |
| MODULE_ALIAS ("ipt_MARK") | |
| MODULE_ALIAS ("ip6t_MARK") | |
| module_init (mark_mt_init) | |
| module_exit (mark_mt_exit) | |
| MODULE_ALIAS | ( | "ipt_mark" | ) |
| MODULE_ALIAS | ( | "ip6t_mark" | ) |
| MODULE_ALIAS | ( | "ipt_MARK" | ) |
| MODULE_ALIAS | ( | "ip6t_MARK" | ) |
| MODULE_AUTHOR | ( | "Marc Boucher <marc@mbsi.ca>" | ) |
| module_exit | ( | mark_mt_exit | ) |
| module_init | ( | mark_mt_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2