Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_ftp.h14 #define NF_CT_FTP_SEQ_PICKUP (1 << 0) macro
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_ftp.c423 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()
555 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()