Lines Matching refs:target
87 * (target) is different then the current dir tuple - meaning nat for ports
92 struct nf_conntrack_tuple target,
95 if (memcmp(&target.src.u3, &tuple->src.u3, sizeof(target.src.u3)))
99 be32_to_cpu(target.src.u3.ip));
100 if (memcmp(&target.dst.u3, &tuple->dst.u3, sizeof(target.dst.u3)))
104 be32_to_cpu(target.dst.u3.ip));
122 struct nf_conntrack_tuple target,
125 if (memcmp(&target.src.u3, &tuple->src.u3, sizeof(target.src.u3)))
126 tcf_ct_add_ipv6_addr_mangle_action(action, &target.src.u3,
129 if (memcmp(&target.dst.u3, &tuple->dst.u3, sizeof(target.dst.u3)))
130 tcf_ct_add_ipv6_addr_mangle_action(action, &target.dst.u3,
137 struct nf_conntrack_tuple target,
140 __be16 target_src = target.src.u.tcp.port;
141 __be16 target_dst = target.dst.u.tcp.port;
155 struct nf_conntrack_tuple target,
158 __be16 target_src = target.src.u.udp.port;
159 __be16 target_dst = target.dst.u.udp.port;
203 struct nf_conntrack_tuple target;
208 nf_ct_invert_tuple(&target, &ct->tuplehash[!dir].tuple);
212 tcf_ct_flow_table_add_action_nat_ipv4(tuple, target,
216 tcf_ct_flow_table_add_action_nat_ipv6(tuple, target,
225 tcf_ct_flow_table_add_action_nat_tcp(tuple, target, action);
228 tcf_ct_flow_table_add_action_nat_udp(tuple, target, action);