Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netgraph/
Dng_source.c435 sc->stats.maxPps = pps; in ng_source_rcvmsg()
689 if (sc->output_ifp == NULL && sc->stats.maxPps == 0) { in ng_source_start()
749 if (sc->stats.maxPps != 0) { in ng_source_intr()
758 maxpkt = (uint64_t)sc->stats.maxPps * usec / 1000000; in ng_source_intr()
Dng_source.h59 uint32_t maxPps; member