Home
last modified time | relevance | path

Searched refs:ftptype (Results 1 – 1 of 1) sorted by relevance

/linux/net/netfilter/
H A Dnf_conntrack_ftp.c58 enum nf_ct_ftp_type ftptype; member
67 .ftptype = NF_CT_FTP_PORT,
75 .ftptype = NF_CT_FTP_EPRT,
83 .ftptype = NF_CT_FTP_PASV,
91 .ftptype = NF_CT_FTP_EPSV,
518 ret = nf_nat_ftp(skb, ct, ctinfo, search[dir][i].ftptype, in help()