Home
last modified time | relevance | path

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

/freebsd-13.1/sys/net/
H A Ddebugnet_int.h69 void (*dp_drv_input)(struct ifnet *, struct mbuf *); member
H A Ddebugnet.c613 if (pcb->dp_drv_input != NULL) in debugnet_free()
614 ifp->if_input = pcb->dp_drv_input; in debugnet_free()
743 pcb->dp_drv_input = ifp->if_input; in debugnet_connect()