Searched refs:is_reply_for (Results 1 – 3 of 3) sorted by relevance
57 if !reply.is_reply_for(&hdr) || rfds.is_some() || !body.is_valid() { in wait_for_ack()
633 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()
299 pub fn is_reply_for(&self, req: &VhostUserMsgHeader<R>) -> bool { in is_reply_for() method