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

/freebsd-13-stable/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.c155 return (ifp->if_debugnet_methods->dn_transmit(ifp, m));
593 ifp->if_debugnet_methods->dn_poll(ifp, 1000);
612 ifp->if_debugnet_methods->dn_event(ifp, DEBUGNET_END);
727 ifp->if_debugnet_methods->dn_event(ifp, DEBUGNET_START);
824 ifp->if_debugnet_methods->dn_init(ifp, &nrxr, &ncl, &clsize);
H A Dif_var.h436 struct debugnet_methods *if_debugnet_methods; member in struct:ifnet

Completed in 123 milliseconds