Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/icmp.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter/xt_HMARK.h>
#include <net/ip.h>
Go to the source code of this file.
Data Structures | |
struct | hmark_tuple |
Functions | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Hans Schillstrom <[email protected]>") | |
MODULE_DESCRIPTION ("Xtables: packet marking using hash calculation") | |
MODULE_ALIAS ("ipt_HMARK") | |
MODULE_ALIAS ("ip6t_HMARK") | |
module_init (hmark_tg_init) | |
module_exit (hmark_tg_exit) | |
MODULE_ALIAS | ( | "ipt_HMARK" | ) |
MODULE_ALIAS | ( | "ip6t_HMARK" | ) |
MODULE_AUTHOR | ( | "Hans Schillstrom <[email protected]>" | ) |
module_exit | ( | hmark_tg_exit | ) |
module_init | ( | hmark_tg_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |