Home
last modified time | relevance | path

Searched refs:new_reply (Results 1 – 3 of 3) sorted by relevance

/linux/net/netfilter/ipvs/
H A Dip_vs_nfct.c142 struct nf_conntrack_tuple *orig, new_reply; in ip_vs_nfct_expect_callback()
166 new_reply = ct->tuplehash[IP_CT_DIR_REPLY].tuple; in ip_vs_nfct_expect_callback()
169 __func__, ct, ARG_TUPLE(&new_reply)); in ip_vs_nfct_expect_callback()
170 new_reply.dst.u3 = cp->vaddr; in ip_vs_nfct_expect_callback()
171 new_reply.dst.u.tcp.port = cp->vport; in ip_vs_nfct_expect_callback()
182 new_reply = ct->tuplehash[IP_CT_DIR_REPLY].tuple; in ip_vs_nfct_expect_callback()
185 __func__, ct, ARG_TUPLE(&new_reply)); in ip_vs_nfct_expect_callback()
186 new_reply.src.u3 = cp->daddr; in ip_vs_nfct_expect_callback()
187 new_reply.src.u.tcp.port = cp->dport; in ip_vs_nfct_expect_callback()
199 nf_conntrack_alter_reply(ct, &new_reply); in ip_vs_nfct_expect_callback()
143 struct nf_conntrack_tuple *orig, new_reply; ip_vs_nfct_expect_callback() local
[all...]
/linux/drivers/android/binder/
H A Dtransaction.rs115 pub(crate) fn new_reply( in new_reply() method
H A Dthread.rs1241 let reply = Transaction::new_reply(self, process, tr, allow_fds)?; in reply_inner()