Home
last modified time | relevance | path

Searched defs:NetParameters (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dnet.rs199 pub struct NetParameters { struct
201 pub mode: NetParametersMode, argument
206 pub vhost_net: Option<VhostNetParameters>, argument
212 impl FromStr for NetParameters { argument
844 fn from_net_arg(options: &str) -> Result<NetParameters, ParseError> { in from_net_arg()
/aosp_15_r20/external/crosvm/devices/src/pci/
H A Dpci_hotplug.rs121 net_param: NetParameters, in new()
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Ddevice_helpers.rs881 impl VirtioDeviceBuilder for &NetParameters { implementation
/aosp_15_r20/external/crosvm/src/crosvm/sys/
H A Dlinux.rs2571 net_param: NetParameters, in add_hotplug_net()