Searched refs:maxPps (Results 1 – 2 of 2) sorted by relevance
435 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()
59 uint32_t maxPps; member