Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/ip.h>
#include <linux/ipv6.h>
#include <linux/types.h>
#include <net/checksum.h>
#include <net/ipv6.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter_ipv6/ip6_tables.h>
#include <linux/netfilter_ipv6/ip6t_ah.h>
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("Xtables: IPv6 IPsec-AH match") | |
MODULE_AUTHOR ("Andras Kis-Szabo <[email protected]>") | |
module_init (ah_mt6_init) | |
module_exit (ah_mt6_exit) | |
MODULE_AUTHOR | ( | "Andras Kis-Szabo <[email protected]>" | ) |
module_exit | ( | ah_mt6_exit | ) |
module_init | ( | ah_mt6_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |