Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Ddebugnet_int.h69 void (*dp_drv_input)(struct ifnet *, struct mbuf *); member
H A Ddebugnet.c605 if (pcb->dp_drv_input != NULL) in debugnet_free()
606 ifp->if_input = pcb->dp_drv_input; in debugnet_free()
734 pcb->dp_drv_input = ifp->if_input; in debugnet_connect()