Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_conntrack_ftp.c398 struct nf_ct_ftp_master *ct_ftp_info = nfct_help_data(ct); in help() local
434 if (!find_nl_seq(ntohl(th->seq), ct_ftp_info, dir)) { in help()
436 if (unlikely(ct_ftp_info->flags[dir] & NF_CT_FTP_SEQ_PICKUP)) { in help()
437 ct_ftp_info->flags[dir] ^= NF_CT_FTP_SEQ_PICKUP; in help()
443 ct_ftp_info->seq_aft_nl_num[dir] > 0 ? "" : "(UNSET)", in help()
444 ct_ftp_info->seq_aft_nl[dir][0], in help()
445 ct_ftp_info->seq_aft_nl_num[dir] > 1 ? "" : "(UNSET)", in help()
446 ct_ftp_info->seq_aft_nl[dir][1]); in help()
554 update_nl_seq(ct, seq, ct_ftp_info, dir, skb); in help()