Home
last modified time | relevance | path

Searched defs:VIRTIO_NET_F_HOST_UFO (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dnet_backends.h75 #define VIRTIO_NET_F_HOST_UFO (1 << 14) /* host can rcv UFO */ macro
/freebsd/sys/dev/virtio/network/
H A Dvirtio_net.h48 #define VIRTIO_NET_F_HOST_UFO 0x004000 /* Host can handle UFO in. */ macro