Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_source.c89 struct ifnet *output_ifp; member
304 sc->output_ifp = NULL; in ng_source_newhook()
628 sc->output_ifp = ifp; in ng_source_store_output_ifp()
688 if (sc->output_ifp == NULL && sc->stats.maxPps == 0) { in ng_source_start()
742 if (sc->output_ifp != NULL) { in ng_source_intr()
743 ifq = (struct ifqueue *)&sc->output_ifp->if_snd; in ng_source_intr()