Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/skbuff.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_frag.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 fragment match") | |
MODULE_AUTHOR ("Andras Kis-Szabo <[email protected]>") | |
module_init (frag_mt6_init) | |
module_exit (frag_mt6_exit) | |
Definition at line 9 of file ip6t_frag.c.
MODULE_AUTHOR | ( | "Andras Kis-Szabo <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "Xtables: IPv6 fragment match" | ) |
module_exit | ( | frag_mt6_exit | ) |
module_init | ( | frag_mt6_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |