new_reply         143 net/netfilter/ipvs/ip_vs_nfct.c 	struct nf_conntrack_tuple *orig, new_reply;
new_reply         167 net/netfilter/ipvs/ip_vs_nfct.c 		new_reply = ct->tuplehash[IP_CT_DIR_REPLY].tuple;
new_reply         170 net/netfilter/ipvs/ip_vs_nfct.c 			      __func__, ct, ARG_TUPLE(&new_reply));
new_reply         171 net/netfilter/ipvs/ip_vs_nfct.c 		new_reply.dst.u3 = cp->vaddr;
new_reply         172 net/netfilter/ipvs/ip_vs_nfct.c 		new_reply.dst.u.tcp.port = cp->vport;
new_reply         183 net/netfilter/ipvs/ip_vs_nfct.c 		new_reply = ct->tuplehash[IP_CT_DIR_REPLY].tuple;
new_reply         186 net/netfilter/ipvs/ip_vs_nfct.c 			      __func__, ct, ARG_TUPLE(&new_reply));
new_reply         187 net/netfilter/ipvs/ip_vs_nfct.c 		new_reply.src.u3 = cp->daddr;
new_reply         188 net/netfilter/ipvs/ip_vs_nfct.c 		new_reply.src.u.tcp.port = cp->dport;
new_reply         200 net/netfilter/ipvs/ip_vs_nfct.c 		nf_conntrack_alter_reply(ct, &new_reply);