Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net/
H A Ddebugnet.c652 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()
H A Ddebugnet_int.h67 void (*dp_drv_input)(struct ifnet *, struct mbuf *); member