Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ vnet_hdr_len
Function
vnet_hdr_len
net_util/src/lib.rs:104–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
}
103
104
fn vnet_hdr_len() -> usize {
105
std::mem::size_of::<virtio_net_hdr_v1>()
106
}
107
108
pub fn register_listener(
109
epoll_fd: RawFd,
Callers
4
process_desc_chain
Method · 0.85
from_tap_fd
Method · 0.85
open_tap_rx_q_0
Function · 0.85
open_tap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected