Searched refs:maniptype (Results 1 - 8 of 8) 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.c31 enum nf_nat_manip_type maniptype,
43 enum nf_nat_manip_type maniptype)
29 unknown_unique_tuple(struct nf_conntrack_tuple *tuple, const struct nf_nat_range *range, enum nf_nat_manip_type maniptype, const struct nf_conn *ct) argument
40 unknown_manip_pkt(struct sk_buff **pskb, unsigned int iphdroff, const struct nf_conntrack_tuple *tuple, enum nf_nat_manip_type maniptype) argument
H A Dnf_nat_proto_gre.c44 enum nf_nat_manip_type maniptype,
50 if (maniptype == IP_NAT_MANIP_SRC)
63 enum nf_nat_manip_type maniptype,
75 if (maniptype == IP_NAT_MANIP_SRC)
101 /* manipulate a GRE packet according to maniptype */
105 enum nf_nat_manip_type maniptype)
122 if (maniptype != IP_NAT_MANIP_DST)
43 gre_in_range(const struct nf_conntrack_tuple *tuple, enum nf_nat_manip_type maniptype, const union nf_conntrack_man_proto *min, const union nf_conntrack_man_proto *max) argument
61 gre_unique_tuple(struct nf_conntrack_tuple *tuple, const struct nf_nat_range *range, enum nf_nat_manip_type maniptype, const struct nf_conn *conntrack) argument
103 gre_manip_pkt(struct sk_buff **pskb, unsigned int iphdroff, const struct nf_conntrack_tuple *tuple, enum nf_nat_manip_type maniptype) argument
H A Dnf_nat_proto_tcp.c24 enum nf_nat_manip_type maniptype,
30 if (maniptype == IP_NAT_MANIP_SRC)
42 enum nf_nat_manip_type maniptype,
49 if (maniptype == IP_NAT_MANIP_SRC)
57 if (maniptype == IP_NAT_MANIP_DST)
94 enum nf_nat_manip_type maniptype)
115 if (maniptype == IP_NAT_MANIP_SRC) {
23 tcp_in_range(const struct nf_conntrack_tuple *tuple, enum nf_nat_manip_type maniptype, const union nf_conntrack_man_proto *min, const union nf_conntrack_man_proto *max) argument
40 tcp_unique_tuple(struct nf_conntrack_tuple *tuple, const struct nf_nat_range *range, enum nf_nat_manip_type maniptype, const struct nf_conn *ct) argument
91 tcp_manip_pkt(struct sk_buff **pskb, unsigned int iphdroff, const struct nf_conntrack_tuple *tuple, enum nf_nat_manip_type maniptype) argument
H A Dnf_nat_proto_udp.c23 enum nf_nat_manip_type maniptype,
29 if (maniptype == IP_NAT_MANIP_SRC)
41 enum nf_nat_manip_type maniptype,
48 if (maniptype == IP_NAT_MANIP_SRC)
56 if (maniptype == IP_NAT_MANIP_DST)
92 enum nf_nat_manip_type maniptype)
106 if (maniptype == IP_NAT_MANIP_SRC) {
22 udp_in_range(const struct nf_conntrack_tuple *tuple, enum nf_nat_manip_type maniptype, const union nf_conntrack_man_proto *min, const union nf_conntrack_man_proto *max) argument
39 udp_unique_tuple(struct nf_conntrack_tuple *tuple, const struct nf_nat_range *range, enum nf_nat_manip_type maniptype, const struct nf_conn *ct) argument
89 udp_manip_pkt(struct sk_buff **pskb, unsigned int iphdroff, const struct nf_conntrack_tuple *tuple, enum nf_nat_manip_type maniptype) argument
H A Dnf_nat_proto_icmp.c22 enum nf_nat_manip_type maniptype,
33 enum nf_nat_manip_type maniptype,
58 enum nf_nat_manip_type maniptype)
21 icmp_in_range(const struct nf_conntrack_tuple *tuple, enum nf_nat_manip_type maniptype, const union nf_conntrack_man_proto *min, const union nf_conntrack_man_proto *max) argument
31 icmp_unique_tuple(struct nf_conntrack_tuple *tuple, const struct nf_nat_range *range, enum nf_nat_manip_type maniptype, const struct nf_conn *ct) argument
55 icmp_manip_pkt(struct sk_buff **pskb, unsigned int iphdroff, const struct nf_conntrack_tuple *tuple, enum nf_nat_manip_type maniptype) argument
H A Dnf_nat_core.c216 enum nf_nat_manip_type maniptype)
226 if (maniptype == IP_NAT_MANIP_SRC)
261 enum nf_nat_manip_type maniptype)
272 if (maniptype == IP_NAT_MANIP_SRC) {
284 find_best_ips_proto(tuple, range, ct, maniptype);
294 proto->unique_tuple(tuple, range, maniptype, ct);
300 proto->in_range(tuple, maniptype, &range->min, &range->max)) &&
305 proto->unique_tuple(tuple, range, maniptype, ct);
319 enum nf_nat_manip_type maniptype = HOOK2MANIP(hooknum); local
325 BUG_ON(nf_nat_initialized(ct, maniptype));
213 find_best_ips_proto(struct nf_conntrack_tuple *tuple, const struct nf_nat_range *range, const struct nf_conn *ct, enum nf_nat_manip_type maniptype) argument
257 get_unique_tuple(struct nf_conntrack_tuple *tuple, const struct nf_conntrack_tuple *orig_tuple, const struct nf_nat_range *range, struct nf_conn *ct, enum nf_nat_manip_type maniptype) argument
373 manip_pkt(u_int16_t proto, struct sk_buff **pskb, unsigned int iphdroff, const struct nf_conntrack_tuple *target, enum nf_nat_manip_type maniptype) argument
[all...]
H A Dnf_nat_standalone.c80 /* maniptype == SRC for postrouting. */
81 enum nf_nat_manip_type maniptype = HOOK2MANIP(hooknum); local
131 if (!nf_nat_initialized(ct, maniptype)) {
152 maniptype == IP_NAT_MANIP_SRC ? "SRC" : "DST",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_nat_protocol.h24 enum nf_nat_manip_type maniptype);
28 enum nf_nat_manip_type maniptype,
33 maniptype), to give a unique tuple in the given range if
38 enum nf_nat_manip_type maniptype,

Completed in 78 milliseconds