Searched refs:newip (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_ftp.c33 __be32 newip,
43 NIPQUAD(newip), port>>8, port&0xFF);
54 __be32 newip,
63 sprintf(buffer, "|1|%u.%u.%u.%u|%u|", NIPQUAD(newip), port);
74 __be32 newip,
110 __be32 newip; local
118 newip = ct->tuplehash[!dir].tuple.dst.u3.ip;
136 if (!mangle[type](pskb, newip, port, matchoff, matchlen, ct, ctinfo)) {
32 mangle_rfc959_packet(struct sk_buff **pskb, __be32 newip, u_int16_t port, unsigned int matchoff, unsigned int matchlen, struct nf_conn *ct, enum ip_conntrack_info ctinfo) argument
53 mangle_eprt_packet(struct sk_buff **pskb, __be32 newip, u_int16_t port, unsigned int matchoff, unsigned int matchlen, struct nf_conn *ct, enum ip_conntrack_info ctinfo) argument
73 mangle_epsv_packet(struct sk_buff **pskb, __be32 newip, u_int16_t port, unsigned int matchoff, unsigned int matchlen, struct nf_conn *ct, enum ip_conntrack_info ctinfo) argument
H A Dnf_nat_proto_tcp.c99 __be32 oldip, newip; local
118 newip = tuple->src.u3.ip;
124 newip = tuple->dst.u3.ip;
135 nf_proto_csum_replace4(&hdr->check, *pskb, oldip, newip, 1);
H A Dnf_nat_proto_udp.c97 __be32 oldip, newip; local
109 newip = tuple->src.u3.ip;
115 newip = tuple->dst.u3.ip;
120 nf_proto_csum_replace4(&hdr->check, *pskb, oldip, newip, 1);
H A Dnf_nat_sip.c194 __be32 newip, u_int16_t port,
203 bufflen = sprintf(buffer, "%u.%u.%u.%u", NIPQUAD(newip));
253 __be32 newip; local
259 newip = ct->tuplehash[!dir].tuple.dst.u3.ip;
262 exp->tuple.dst.u3.ip = newip;
280 if (!mangle_sdp(pskb, ctinfo, ct, newip, port, dptr)) {
191 mangle_sdp(struct sk_buff **pskb, enum ip_conntrack_info ctinfo, struct nf_conn *ct, __be32 newip, u_int16_t port, const char *dptr) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_proto_udp.c120 udp_fast_csum_update(struct udphdr *uhdr, __be32 oldip, __be32 newip, argument
124 csum_fold(ip_vs_check_diff4(oldip, newip,
H A Dip_vs_proto_tcp.c114 tcp_fast_csum_update(struct tcphdr *tcph, __be32 oldip, __be32 newip, argument
118 csum_fold(ip_vs_check_diff4(oldip, newip,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dvm86.c665 unsigned long newip; local
669 newip=popl(ssp, sp, simulate_sigsegv);
674 newip = popw(ssp, sp, simulate_sigsegv);
679 IP(regs) = newip;

Completed in 118 milliseconds