|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/skbuff.h>#include <linux/udp.h>#include <net/netfilter/nf_conntrack_helper.h>#include <net/netfilter/nf_conntrack_expect.h>#include <net/netfilter/nf_nat_helper.h>#include <linux/netfilter/nf_conntrack_amanda.h>Go to the source code of this file.
Functions | |
| MODULE_AUTHOR ("Brian J. Murrell <netfilter@interlinx.bc.ca>") | |
| MODULE_DESCRIPTION ("Amanda NAT helper") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("ip_nat_amanda") | |
| module_init (nf_nat_amanda_init) | |
| module_exit (nf_nat_amanda_fini) | |
| MODULE_ALIAS | ( | "ip_nat_amanda" | ) |
| MODULE_AUTHOR | ( | "Brian J. Murrell <netfilter@interlinx.bc.ca>" | ) |
| MODULE_DESCRIPTION | ( | "Amanda NAT helper" | ) |
| module_exit | ( | nf_nat_amanda_fini | ) |
| module_init | ( | nf_nat_amanda_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2