Searched refs:dp_drv_input (Results 1 – 2 of 2) sorted by relevance
652 MPASS(pcb->dp_drv_input == NULL || g_debugnet_pcb_inuse); in debugnet_free()656 if (pcb->dp_drv_input != NULL) in debugnet_free()657 ifp->if_input = pcb->dp_drv_input; in debugnet_free()692 .dp_drv_input = NULL, in debugnet_connect()787 pcb->dp_drv_input = ifp->if_input; in debugnet_connect()
67 void (*dp_drv_input)(struct ifnet *, struct mbuf *); member