Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/usermode/dev/
Dif_veth.c55 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