Searched refs:VhostUserMsgValidator (Results 1 – 6 of 6) sorted by relevance
203 pub trait VhostUserMsgValidator { interface368 impl<T: Req> VhostUserMsgValidator for VhostUserMsgHeader<T> {451 impl VhostUserMsgValidator for VhostUserU64 {}475 impl VhostUserMsgValidator for VhostUserMemory {515 impl VhostUserMsgValidator for VhostUserMemoryRegion {563 impl VhostUserMsgValidator for VhostUserSingleMemoryRegion {596 impl VhostUserMsgValidator for VhostUserVringState {}664 impl VhostUserMsgValidator for VhostUserVringAddr {716 impl VhostUserMsgValidator for VhostUserConfig {765 impl VhostUserMsgValidator for VhostUserInflight {[all …]
359 fn recv_body<T: Sized + DataInit + Default + VhostUserMsgValidator>( in recv_body()417 fn recv_payload_into_buf<T: Sized + DataInit + Default + VhostUserMsgValidator>( in recv_payload_into_buf()
685 fn recv_reply<T: Sized + DataInit + Default + VhostUserMsgValidator>( in recv_reply()701 fn recv_reply_with_files<T: Sized + DataInit + Default + VhostUserMsgValidator>( in recv_reply_with_files()717 fn recv_reply_with_payload<T: Sized + DataInit + Default + VhostUserMsgValidator>( in recv_reply_with_payload()
348 fn extract_msg_body<T: Sized + VhostUserMsgValidator>( in extract_msg_body()
901 fn extract_request_body<T: Sized + DataInit + VhostUserMsgValidator>( in extract_request_body()
33 VhostUserMsgValidator, VhostUserU64,