Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_source.h57 uint32_t maxPps; member
H A Dng_source.c434 sc->stats.maxPps = pps; in ng_source_rcvmsg()
688 if (sc->output_ifp == NULL && sc->stats.maxPps == 0) { in ng_source_start()
748 if (sc->stats.maxPps != 0) { in ng_source_intr()
757 maxpkt = (uint64_t)sc->stats.maxPps * usec / 1000000; in ng_source_intr()