Home
last modified time | relevance | path

Searched refs:VhostUserMsgValidator (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/vmm_vhost/src/vhost_user/
Dmessage.rs196 pub trait VhostUserMsgValidator { interface
325 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 {
Dconnection.rs456 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()
Dmaster_req_handler.rs320 fn extract_msg_body<T: Sized + VhostUserMsgValidator>( in extract_msg_body()
Dmaster.rs623 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()
Dslave_req_handler.rs716 fn extract_request_body<T: Sized + VhostUserMsgValidator>( in extract_request_body()