|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/skbuff.h>#include <linux/netfilter/x_tables.h>#include <linux/netfilter/xt_comment.h>Go to the source code of this file.
Functions | |
| MODULE_AUTHOR ("Brad Fisher <brad@info-link.net>") | |
| MODULE_DESCRIPTION ("Xtables: No-op match which can be tagged with a comment") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("ipt_comment") | |
| MODULE_ALIAS ("ip6t_comment") | |
| module_init (comment_mt_init) | |
| module_exit (comment_mt_exit) | |
| MODULE_ALIAS | ( | "ipt_comment" | ) |
| MODULE_ALIAS | ( | "ip6t_comment" | ) |
| MODULE_AUTHOR | ( | "Brad Fisher <brad@info-link.net>" | ) |
| module_exit | ( | comment_mt_exit | ) |
| module_init | ( | comment_mt_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2