Searched refs:manip (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_nat_core.h20 enum nf_nat_manip_type manip)
22 if (manip == IP_NAT_MANIP_SRC)
19 nf_nat_initialized(struct nf_conn *ct, enum nf_nat_manip_type manip) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_core.c100 struct nf_conntrack_tuple *manip);
177 /* Only called for SRC manip */
286 /* 3) The per-protocol part of the manip is made to map into
460 enum nf_nat_manip_type manip = HOOK2MANIP(hooknum); local
489 *pskb, manip, dir == IP_CT_DIR_ORIGINAL ? "ORIG" : "REPLY");
504 opposite manip on this hook to normal, because it might not
506 packet: PREROUTING (DST manip), routing produces ICMP, goes
507 through POSTROUTING (which must correct the DST manip). */
511 !manip))
525 if (manip
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_core.c133 struct nf_conntrack_tuple *manip)
207 if ((manip != NULL) && (HOOK2MANIP(hooknum) == IP_NAT_MANIP_DST))
208 daddr = manip->dst.u3.ip;
330 /* Update the manip ip and port */
331 if (manip != NULL) {
333 ipc_entry.nat.ip = manip->src.u3.ip;
334 ipc_entry.nat.port = manip->src.u.tcp.port;
337 ipc_entry.nat.ip = manip->dst.u3.ip;
338 ipc_entry.nat.port = manip->dst.u.tcp.port;
388 if (manip !
131 ip_conntrack_ipct_add(struct sk_buff *skb, u_int32_t hooknum, struct nf_conn *ct, enum ip_conntrack_info ci, struct nf_conntrack_tuple *manip) argument
[all...]

Completed in 87 milliseconds