|
Linux Kernel
3.7.1
|
#include <uapi/linux/netfilter/nf_conntrack_ftp.h>Go to the source code of this file.
Data Structures | |
| struct | nf_ct_ftp_master |
Macros | |
| #define | FTP_PORT 21 |
| #define | NF_CT_FTP_SEQ_PICKUP (1 << 0) |
| #define | NUM_SEQ_TO_REMEMBER 2 |
Variables | |
| unsigned int(* | nf_nat_ftp_hook )(struct sk_buff *skb, enum ip_conntrack_info ctinfo, enum nf_ct_ftp_type type, unsigned int protoff, unsigned int matchoff, unsigned int matchlen, struct nf_conntrack_expect *exp) |
| #define FTP_PORT 21 |
Definition at line 7 of file nf_conntrack_ftp.h.
| #define NF_CT_FTP_SEQ_PICKUP (1 << 0) |
Definition at line 9 of file nf_conntrack_ftp.h.
| #define NUM_SEQ_TO_REMEMBER 2 |
Definition at line 11 of file nf_conntrack_ftp.h.
| unsigned int(* nf_nat_ftp_hook)(struct sk_buff *skb, enum ip_conntrack_info ctinfo, enum nf_ct_ftp_type type, unsigned int protoff, unsigned int matchoff, unsigned int matchlen, struct nf_conntrack_expect *exp) |
Definition at line 48 of file nf_conntrack_ftp.c.
1.8.2