Searched refs:manip_pkt (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_proto_unknown.c51 .manip_pkt = unknown_manip_pkt,
H A Dnf_nat_proto_gre.c143 .manip_pkt = gre_manip_pkt,
H A Dnf_nat_proto_icmp.c78 .manip_pkt = icmp_manip_pkt,
H A Dnf_nat_core.c373 manip_pkt(u_int16_t proto, function
391 if (!p->manip_pkt(pskb, iphdroff, target, maniptype))
434 if (!manip_pkt(target.dst.protonum, pskb, 0, &target, mtype))
508 if (!manip_pkt(inside->ip.protocol, pskb,
515 /* Reloading "inside" here since manip_pkt inner. */
536 if (!manip_pkt(0, pskb, 0, &target, manip))
H A Dnf_nat_proto_tcp.c144 .manip_pkt = tcp_manip_pkt,
H A Dnf_nat_proto_udp.c134 .manip_pkt = udp_manip_pkt,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_nat_protocol.h21 int (*manip_pkt)(struct sk_buff **pskb, member in struct:nf_nat_protocol

Completed in 64 milliseconds