Searched refs:veth_stop (Results 1 – 1 of 1) sorted by relevance
55 static void veth_stop(struct ifnet *, int);136 ifp->if_stop = veth_stop; in veth_attach()181 veth_stop(ifp, 0); in veth_init()294 veth_stop(struct ifnet *ifp, int disable) in veth_stop() function