Home
last modified time | relevance | path

Searched refs:VTNET_MIN_MTU (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_net.c67 #define VTNET_MIN_MTU ETHERMIN macro
603 if (mtu < VTNET_MIN_MTU || mtu > VTNET_MAX_MTU) { in pci_vtnet_init()
/freebsd/sys/dev/virtio/network/
H A Dif_vtnetvar.h372 #define VTNET_MIN_MTU 68
356 #define VTNET_MIN_MTU global() macro
H A Dif_vtnet.c790 if (mtu < VTNET_MIN_MTU) { in vtnet_setup_features()