Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_ftp.c386 struct nf_ct_ftp_master *ct_ftp_info = nfct_help_data(ct); in help() local
422 if (!find_nl_seq(ntohl(th->seq), ct_ftp_info, dir)) { in help()
424 if (unlikely(ct_ftp_info->flags[dir] & NF_CT_FTP_SEQ_PICKUP)) { in help()
425 ct_ftp_info->flags[dir] ^= NF_CT_FTP_SEQ_PICKUP; in help()
431 ct_ftp_info->seq_aft_nl_num[dir] > 0 ? "" : "(UNSET)", in help()
432 ct_ftp_info->seq_aft_nl[dir][0], in help()
433 ct_ftp_info->seq_aft_nl_num[dir] > 1 ? "" : "(UNSET)", in help()
434 ct_ftp_info->seq_aft_nl[dir][1]); in help()
542 update_nl_seq(ct, seq, ct_ftp_info, dir, skb); in help()