Home
last modified time | relevance | path

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

/external/rust/crates/vmm_vhost/src/vhost_user/
Dslave_fs_cache.rs57 if !reply.is_reply_for(&hdr) || rfds.is_some() || !body.is_valid() { in wait_for_ack()
Dmaster.rs633 if !reply.is_reply_for(&hdr) || rfds.is_some() || !body.is_valid() { in recv_reply()
655 if !reply.is_reply_for(hdr) in recv_reply_with_payload()
677 if !reply.is_reply_for(&hdr) || rfds.is_some() || !body.is_valid() { in wait_for_ack()
Dmessage.rs299 pub fn is_reply_for(&self, req: &VhostUserMsgHeader<R>) -> bool { in is_reply_for() method