Lines Matching defs:target
84 * (target) is different then the current dir tuple - meaning nat for ports
89 struct nf_conntrack_tuple target,
92 if (memcmp(&target.src.u3, &tuple->src.u3, sizeof(target.src.u3)))
96 be32_to_cpu(target.src.u3.ip));
97 if (memcmp(&target.dst.u3, &tuple->dst.u3, sizeof(target.dst.u3)))
101 be32_to_cpu(target.dst.u3.ip));
119 struct nf_conntrack_tuple target,
122 if (memcmp(&target.src.u3, &tuple->src.u3, sizeof(target.src.u3)))
123 tcf_ct_add_ipv6_addr_mangle_action(action, &target.src.u3,
126 if (memcmp(&target.dst.u3, &tuple->dst.u3, sizeof(target.dst.u3)))
127 tcf_ct_add_ipv6_addr_mangle_action(action, &target.dst.u3,
134 struct nf_conntrack_tuple target,
137 __be16 target_src = target.src.u.tcp.port;
138 __be16 target_dst = target.dst.u.tcp.port;
152 struct nf_conntrack_tuple target,
155 __be16 target_src = target.src.u.udp.port;
156 __be16 target_dst = target.dst.u.udp.port;
201 struct nf_conntrack_tuple target;
206 nf_ct_invert_tuple(&target, &ct->tuplehash[!dir].tuple);
210 tcf_ct_flow_table_add_action_nat_ipv4(tuple, target,
214 tcf_ct_flow_table_add_action_nat_ipv6(tuple, target,
223 tcf_ct_flow_table_add_action_nat_tcp(tuple, target, action);
226 tcf_ct_flow_table_add_action_nat_udp(tuple, target, action);