Home
last modified time | relevance | path

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

/freebsd-13.1/sys/net/
H A Ddebugnet.h91 ((ifp)->if_debugnet_methods != NULL && (ifp)->if_type == IFT_ETHER)
266 (ifp)->if_debugnet_methods = &driver##_debugnet_methods
H A Ddebugnet.c159 return (ifp->if_debugnet_methods->dn_transmit(ifp, m)); in debugnet_ether_output()
597 ifp->if_debugnet_methods->dn_poll(ifp, 1000); in debugnet_network_poll()
616 ifp->if_debugnet_methods->dn_event(ifp, DEBUGNET_END); in debugnet_free()
732 ifp->if_debugnet_methods->dn_event(ifp, DEBUGNET_START); in debugnet_connect()
829 ifp->if_debugnet_methods->dn_init(ifp, &nrxr, &ncl, &clsize); in debugnet_any_ifnet_update()
H A Dif_var.h436 struct debugnet_methods *if_debugnet_methods; member