Home
last modified time | relevance | path

Searched refs:VHOST_NET_F_VIRTIO_NET_HDR (Results 1 – 2 of 2) sorted by relevance

/kvmtool/include/linux/
H A Dvhost.h174 #define VHOST_NET_F_VIRTIO_NET_HDR 27 macro
/kvmtool/virtio/
H A Dnet.c523 u64 features = ndev->vdev.features & ~(1UL << VHOST_NET_F_VIRTIO_NET_HDR); in virtio_net_start()