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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_nat_proto_icmp.c47 const struct ip_conntrack_manip *manip,
53 manip->u.icmp.id,
55 hdr->un.echo.id = manip->u.icmp.id;
46 icmp_manip_pkt(struct iphdr *iph, size_t len, const struct ip_conntrack_manip *manip, enum ip_nat_manip_type maniptype) argument
H A Dip_nat_proto_tcp.c78 const struct ip_conntrack_manip *manip,
99 hdr->check = ip_nat_cheat_check(~oldip, manip->ip,
101 manip->u.tcp.port,
105 *portptr = manip->u.tcp.port;
77 tcp_manip_pkt(struct iphdr *iph, size_t len, const struct ip_conntrack_manip *manip, enum ip_nat_manip_type maniptype) argument
H A Dip_nat_proto_udp.c77 const struct ip_conntrack_manip *manip,
94 hdr->check = ip_nat_cheat_check(~oldip, manip->ip,
96 manip->u.udp.port,
98 *portptr = manip->u.udp.port;
76 udp_manip_pkt(struct iphdr *iph, size_t len, const struct ip_conntrack_manip *manip, enum ip_nat_manip_type maniptype) argument
H A Dip_nat_proto_unknown.c34 const struct ip_conntrack_manip *manip,
33 unknown_manip_pkt(struct iphdr *iph, size_t len, const struct ip_conntrack_manip *manip, enum ip_nat_manip_type maniptype) argument
H A Dip_nat_core.c59 hash_by_src(const struct ip_conntrack_manip *manip, u_int16_t proto) argument
62 return (manip->ip + manip->u.all + proto) % ip_nat_htable_size;
138 /* Does tuple + the source manip come within the range mr */
141 const struct ip_conntrack_manip *manip,
146 struct ip_conntrack_tuple newtuple = { *manip, tuple->dst };
186 /* Only called for SRC manip */
203 /* If it's really a local destination manip, it may need to do a
204 source manip too. */
414 struct ip_conntrack_manip *manip; local
140 in_range(const struct ip_conntrack_tuple *tuple, const struct ip_conntrack_manip *manip, const struct ip_nat_multi_range *mr) argument
664 manip_pkt(u_int16_t proto, struct iphdr *iph, size_t len, const struct ip_conntrack_manip *manip, enum ip_nat_manip_type maniptype, __u32 *nfcache) argument
[all...]
H A Dip_nat_proto_gre.c120 const struct ip_conntrack_manip *manip,
126 /* we only have destination manip of a packet, since 'source key'
140 manip->u.gre.key,
143 *(gre_key(greh)) = manip->u.gre.key;
147 ntohl(manip->u.gre.key));
148 pgreh->call_id = htons(ntohl(manip->u.gre.key));
119 gre_manip_pkt(struct iphdr *iph, size_t len, const struct ip_conntrack_manip *manip, enum ip_nat_manip_type maniptype) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_nat_proto_icmp.c47 const struct ip_conntrack_manip *manip,
53 manip->u.icmp.id,
55 hdr->un.echo.id = manip->u.icmp.id;
46 icmp_manip_pkt(struct iphdr *iph, size_t len, const struct ip_conntrack_manip *manip, enum ip_nat_manip_type maniptype) argument
H A Dip_nat_proto_tcp.c78 const struct ip_conntrack_manip *manip,
99 hdr->check = ip_nat_cheat_check(~oldip, manip->ip,
101 manip->u.tcp.port,
105 *portptr = manip->u.tcp.port;
77 tcp_manip_pkt(struct iphdr *iph, size_t len, const struct ip_conntrack_manip *manip, enum ip_nat_manip_type maniptype) argument
H A Dip_nat_proto_udp.c77 const struct ip_conntrack_manip *manip,
94 hdr->check = ip_nat_cheat_check(~oldip, manip->ip,
96 manip->u.udp.port,
98 *portptr = manip->u.udp.port;
76 udp_manip_pkt(struct iphdr *iph, size_t len, const struct ip_conntrack_manip *manip, enum ip_nat_manip_type maniptype) argument
H A Dip_nat_proto_unknown.c34 const struct ip_conntrack_manip *manip,
33 unknown_manip_pkt(struct iphdr *iph, size_t len, const struct ip_conntrack_manip *manip, enum ip_nat_manip_type maniptype) argument
H A Dip_nat_core.c59 hash_by_src(const struct ip_conntrack_manip *manip, u_int16_t proto) argument
62 return (manip->ip + manip->u.all + proto) % ip_nat_htable_size;
138 /* Does tuple + the source manip come within the range mr */
141 const struct ip_conntrack_manip *manip,
146 struct ip_conntrack_tuple newtuple = { *manip, tuple->dst };
186 /* Only called for SRC manip */
203 /* If it's really a local destination manip, it may need to do a
204 source manip too. */
414 struct ip_conntrack_manip *manip; local
140 in_range(const struct ip_conntrack_tuple *tuple, const struct ip_conntrack_manip *manip, const struct ip_nat_multi_range *mr) argument
664 manip_pkt(u_int16_t proto, struct iphdr *iph, size_t len, const struct ip_conntrack_manip *manip, enum ip_nat_manip_type maniptype, __u32 *nfcache) argument
[all...]
H A Dip_nat_proto_gre.c108 const struct ip_conntrack_manip *manip,
114 /* we only have destination manip of a packet, since 'source key'
127 manip->u.gre.key,
130 *(gre_key(greh)) = manip->u.gre.key;
134 ntohl(manip->u.gre.key));
135 pgreh->call_id = htons(ntohl(manip->u.gre.key));
107 gre_manip_pkt(struct iphdr *iph, size_t len, const struct ip_conntrack_manip *manip, enum ip_nat_manip_type maniptype) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dip_nat_protocol.h21 * and manip type. */
23 const struct ip_conntrack_manip *manip,
H A Dip_nat.h15 /* SRC manip occurs only on POST_ROUTING */
18 /* SRC manip occurs POST_ROUTING or LOCAL_IN */
63 /* Worst case: local-out manip + 1 post-routing, and reverse dirn. */
78 struct ip_conntrack_manip manip; member in struct:ip_nat_info_manip
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dip_nat_protocol.h21 * and manip type. */
23 const struct ip_conntrack_manip *manip,
H A Dip_nat.h15 /* SRC manip occurs only on POST_ROUTING */
18 /* SRC manip occurs POST_ROUTING or LOCAL_IN */
63 /* Worst case: local-out manip + 1 post-routing, and reverse dirn. */
78 struct ip_conntrack_manip manip; member in struct:ip_nat_info_manip

Completed in 54 milliseconds