Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/netfilter/
Dip_nat_ftp.c91 unsigned int matchoff, in mangle_rfc959_packet() argument
103 return ip_nat_mangle_tcp_packet(pskb, ct, ctinfo, matchoff, in mangle_rfc959_packet()
112 unsigned int matchoff, in mangle_eprt_packet() argument
123 return ip_nat_mangle_tcp_packet(pskb, ct, ctinfo, matchoff, in mangle_eprt_packet()
132 unsigned int matchoff, in mangle_epsv_packet() argument
143 return ip_nat_mangle_tcp_packet(pskb, ct, ctinfo, matchoff, in mangle_epsv_packet()
Dip_conntrack_ftp.c245 unsigned int matchlen, matchoff; in help() local
316 &matchoff, &matchlen, in help()
335 (int)matchlen, data + matchoff, in help()
336 matchlen, ntohl(tcph->seq) + matchoff); in help()
343 exp->seq = ntohl(tcph->seq) + matchoff; in help()