Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net/
H A Ddebugnet.c174 return (ifp->if_debugnet_methods->dn_transmit(ifp, m)); in debugnet_ether_output()
640 ifp->if_debugnet_methods->dn_poll(ifp, 1000); in debugnet_network_poll()
659 ifp->if_debugnet_methods->dn_event(ifp, DEBUGNET_END); in debugnet_free()
776 ifp->if_debugnet_methods->dn_event(ifp, DEBUGNET_START); in debugnet_connect()
873 ifp->if_debugnet_methods->dn_init(ifp, &nrxr, &ncl, &clsize); in debugnet_any_ifnet_update()
H A Ddebugnet.h89 ((ifp)->if_debugnet_methods != NULL && (ifp)->if_type == IFT_ETHER)
H A Dif_private.h184 struct debugnet_methods *if_debugnet_methods; member
H A Dif.c5056 ifp->if_debugnet_methods = m; in if_setdebugnet_methods()