#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/kernel.h>
#include <linux/skbuff.h>
#include <linux/in.h>
#include <linux/ip.h>
#include <linux/netfilter.h>
#include <net/netfilter/nf_conntrack.h>
#include <net/netfilter/nf_conntrack_expect.h>
#include <net/netfilter/nf_nat.h>
#include <net/netfilter/nf_nat_helper.h>
#include <linux/gfp.h>
#include <net/protocol.h>
#include <net/tcp.h>
#include <asm/unaligned.h>
#include <net/ip_vs.h>
Go to the source code of this file.
#define CLIENT_STRING "PORT" |
#define KMSG_COMPONENT "IPVS" |
#define SERVER_STRING "227 " |
module_exit |
( |
ip_vs_ftp_exit |
| ) |
|
module_init |
( |
ip_vs_ftp_init |
| ) |
|
module_param_array |
( |
ports |
, |
|
|
ushort |
, |
|
|
& |
ports_count, |
|
|
0444 |
|
|
) |
| |