Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/tcp.h>
#include <net/tcp.h>
#include <net/netfilter/nf_nat.h>
#include <net/netfilter/nf_nat_helper.h>
#include <net/netfilter/nf_conntrack_helper.h>
#include <net/netfilter/nf_conntrack_expect.h>
#include <linux/netfilter/nf_conntrack_h323.h>
Go to the source code of this file.
Functions | |
module_init (init) | |
module_exit (fini) | |
MODULE_AUTHOR ("Jing Min Zhao <[email protected]>") | |
MODULE_DESCRIPTION ("H.323 NAT helper") | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS ("ip_nat_h323") | |
MODULE_ALIAS | ( | "ip_nat_h323" | ) |
MODULE_AUTHOR | ( | "Jing Min Zhao <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "H.323 NAT helper" | ) |
module_exit | ( | fini | ) |
module_init | ( | init | ) |
MODULE_LICENSE | ( | "GPL" | ) |