Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/netfilter/
Dip_conntrack_ftp.c241 u_int32_t old_seq_aft_nl; in help() local
278 old_seq_aft_nl = ct_ftp_info->seq_aft_nl[dir]; in help()
284 || after(ntohl(tcph->seq) + datalen, old_seq_aft_nl)) { in help()
295 (ntohl(tcph->seq) != old_seq_aft_nl)) { in help()
297 old_seq_aft_nl_set ? "":"(UNSET) ", old_seq_aft_nl); in help()