Searched refs:kse_stop (Results 1 – 1 of 1) sorted by relevance
334 static void kse_stop(struct ifnet *, int);555 ifp->if_stop = kse_stop; in kse_attach()717 kse_stop(ifp, 0); in kse_init()844 kse_stop(struct ifnet *ifp, int disable) in kse_stop() function