Searched refs:VhostUserMsgValidator (Results 1 – 5 of 5) sorted by relevance
196 pub trait VhostUserMsgValidator { interface325 impl<T: Req> VhostUserMsgValidator for VhostUserMsgHeader<T> {406 impl VhostUserMsgValidator for VhostUserU64 {}428 impl VhostUserMsgValidator for VhostUserMemory {466 impl VhostUserMsgValidator for VhostUserMemoryRegion {512 impl VhostUserMsgValidator for VhostUserSingleMemoryRegion {542 impl VhostUserMsgValidator for VhostUserVringState {}607 impl VhostUserMsgValidator for VhostUserVringAddr {657 impl VhostUserMsgValidator for VhostUserConfig {734 impl VhostUserMsgValidator for VhostUserFSSlaveMsg {
456 pub fn recv_body<T: Sized + Default + VhostUserMsgValidator>( in recv_body()535 pub fn recv_payload_into_buf<T: Sized + Default + VhostUserMsgValidator>( in recv_payload_into_buf()
320 fn extract_msg_body<T: Sized + VhostUserMsgValidator>( in extract_msg_body()
623 fn recv_reply<T: Sized + Default + VhostUserMsgValidator>( in recv_reply()640 fn recv_reply_with_payload<T: Sized + Default + VhostUserMsgValidator>( in recv_reply_with_payload()
716 fn extract_request_body<T: Sized + VhostUserMsgValidator>( in extract_request_body()