Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c120 static int vtnet_ioctl_mtu(struct vtnet_softc *, u_int);
1242 vtnet_ioctl_mtu(struct vtnet_softc *sc, u_int mtu) in vtnet_ioctl_mtu() function
1420 error = vtnet_ioctl_mtu(sc, ifr->ifr_mtu); in vtnet_ioctl()