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

/freebsd-current/sys/netgraph/
H A Dng_source.h57 uint32_t maxPps; member in struct:ng_source_stats
71 { "maxPps", &ng_parse_uint32_type }, \
H A Dng_source.c434 sc->stats.maxPps = pps;
688 if (sc->output_ifp == NULL && sc->stats.maxPps == 0) {
748 if (sc->stats.maxPps != 0) {
757 maxpkt = (uint64_t)sc->stats.maxPps * usec / 1000000;

Completed in 108 milliseconds