Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_conntrack_ftp.c72 enum nf_ct_ftp_type ftptype; member
81 .ftptype = NF_CT_FTP_PORT,
89 .ftptype = NF_CT_FTP_EPRT,
97 .ftptype = NF_CT_FTP_PASV,
105 .ftptype = NF_CT_FTP_EPSV,
536 ret = nf_nat_ftp(skb, ctinfo, search[dir][i].ftptype, in help()