Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/
Dnf_conntrack_ftp.c382 struct nf_ct_ftp_master *ct_ftp_info = nfct_help_data(ct); in help() local
421 if (!find_nl_seq(ntohl(th->seq), ct_ftp_info, dir)) { in help()
423 if (unlikely(ct_ftp_info->flags[dir] & NF_CT_FTP_SEQ_PICKUP)) { in help()
424 ct_ftp_info->flags[dir] ^= NF_CT_FTP_SEQ_PICKUP; in help()
430 ct_ftp_info->seq_aft_nl_num[dir] > 0 ? "" : "(UNSET)", in help()
431 ct_ftp_info->seq_aft_nl[dir][0], in help()
432 ct_ftp_info->seq_aft_nl_num[dir] > 1 ? "" : "(UNSET)", in help()
433 ct_ftp_info->seq_aft_nl[dir][1]); in help()
541 update_nl_seq(ct, seq, ct_ftp_info, dir, skb); in help()