Home
last modified time | relevance | path

Searched refs:dp_drv_input (Results 1 – 2 of 2) sorted by relevance

/src/sys/net/
H A Ddebugnet.c648 MPASS(pcb->dp_drv_input == NULL || g_debugnet_pcb_inuse); in debugnet_free()
652 if (pcb->dp_drv_input != NULL) in debugnet_free()
653 ifp->if_input = pcb->dp_drv_input; in debugnet_free()
688 .dp_drv_input = NULL, in debugnet_connect()
783 pcb->dp_drv_input = ifp->if_input; in debugnet_connect()
H A Ddebugnet_int.h67 void (*dp_drv_input)(struct ifnet *, struct mbuf *); member