Home
last modified time | relevance | path

Searched defs:VhostUserMsgHeader (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/vmm_vhost/src/vhost_user/
Dmessage.rs228 pub(super) struct VhostUserMsgHeader<R: Req> { struct
235 impl<R: Req> VhostUserMsgHeader<R> { implementation
314 impl<R: Req> Default for VhostUserMsgHeader<R> { implementation
325 impl<T: Req> VhostUserMsgValidator for VhostUserMsgHeader<T> { implementation
Dconnection.rs194 hdr as *const VhostUserMsgHeader<R> as *const u8, in send_header() constant
227 hdr as *const VhostUserMsgHeader<R> as *const u8, in send_message() constant
275 hdr as *const VhostUserMsgHeader<R> as *const u8, in send_message_with_payload() constant