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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_ftp.c351 struct nf_ct_ftp_master *ct_ftp_info = &nfct_help(ct)->help.ct_ftp_info; local
386 if (!find_nl_seq(ntohl(th->seq), ct_ftp_info, dir)) {
389 ct_ftp_info->seq_aft_nl_num[dir] > 0 ? "" : "(UNSET)",
390 ct_ftp_info->seq_aft_nl[dir][0],
391 ct_ftp_info->seq_aft_nl_num[dir] > 1 ? "" : "(UNSET)",
392 ct_ftp_info->seq_aft_nl[dir][1]);
525 update_nl_seq(seq, ct_ftp_info, dir, *pskb);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_conntrack.h54 struct nf_ct_ftp_master ct_ftp_info; member in union:nf_conntrack_help

Completed in 49 milliseconds