Searched refs:ftp (Results 1 – 2 of 2) sorted by relevance
549 struct nf_ct_ftp_master *ftp = nfct_help_data(ct); in nf_ct_ftp_from_nlattr() local555 ftp->flags[IP_CT_DIR_ORIGINAL] |= NF_CT_FTP_SEQ_PICKUP; in nf_ct_ftp_from_nlattr()556 ftp->flags[IP_CT_DIR_REPLY] |= NF_CT_FTP_SEQ_PICKUP; in nf_ct_ftp_from_nlattr()560 static struct nf_conntrack_helper ftp[MAX_PORTS * 2] __read_mostly; variable569 nf_conntrack_helpers_unregister(ftp, ports_c * 2); in nf_conntrack_ftp_fini()584 nf_ct_helper_init(&ftp[2 * i], AF_INET, IPPROTO_TCP, in nf_conntrack_ftp_init()588 nf_ct_helper_init(&ftp[2 * i + 1], AF_INET6, IPPROTO_TCP, in nf_conntrack_ftp_init()594 ret = nf_conntrack_helpers_register(ftp, ports_c * 2); in nf_conntrack_ftp_init()
330 clients in ftp connections directly, so FTP protocol helper is
Completed in 6 milliseconds