Searched refs:vnet_stop (Results 1 – 1 of 1) sorted by relevance
229 void vnet_stop(struct ifnet *, int);318 ifp->if_stop = vnet_stop; in vnet_attach()1344 vnet_stop(ifp, 0); in vnet_ioctl()1527 vnet_stop(struct ifnet *ifp, int disable) in vnet_stop() function