Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/virtio/net/
H A Dif_vtnet.c109 static int vtnet_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
757 ifp->if_ioctl = vtnet_ioctl; in vtnet_setup_interface()
991 vtnet_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data,struct ucred *cr) in vtnet_ioctl() function