Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_ftp.c69 enum nf_ct_ftp_type ftptype; member
78 .ftptype = NF_CT_FTP_PORT,
86 .ftptype = NF_CT_FTP_EPRT,
94 .ftptype = NF_CT_FTP_PASV,
102 .ftptype = NF_CT_FTP_EPSV,
523 ret = nf_nat_ftp(skb, ctinfo, search[dir][i].ftptype, in help()