Home
last modified time | relevance | path

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

/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs203 pub trait VhostUserMsgValidator { interface
368 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 …]
Dconnection.rs359 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()
Dmaster.rs685 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()
Dmaster_req_handler.rs348 fn extract_msg_body<T: Sized + VhostUserMsgValidator>( in extract_msg_body()
Dslave_req_handler.rs901 fn extract_request_body<T: Sized + DataInit + VhostUserMsgValidator>( in extract_request_body()
/external/crosvm/devices/src/virtio/vhost/user/
Dproxy.rs33 VhostUserMsgValidator, VhostUserU64,