Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
xt_comment.c File Reference
#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)
 

Function Documentation

MODULE_ALIAS ( "ipt_comment"  )
MODULE_ALIAS ( "ip6t_comment"  )
MODULE_AUTHOR ( "Brad Fisher <brad@info-link.net>"  )
MODULE_DESCRIPTION ( "Xtables: No-op match which can be tagged with a comment"  )
module_exit ( comment_mt_exit  )
module_init ( comment_mt_init  )
MODULE_LICENSE ( "GPL"  )