Searched refs:pps (Results 1 – 4 of 4) sorted by relevance
22 if not self._wait_pkts(pps=1000):26 def _wait_pkts(self, pkt_cnt=None, pps=None): argument35 if pps:36 if pkt_now - pkt_start > pps / 10:
192 int pps = -1; in main() local262 pps = atoi(optarg); in main()353 caps.pps, in main()544 if (pps != -1) { in main()545 int enable = pps ? 1 : 0; in main()
1705 info " baseline (drop from netdev hook): ${pps}pps"1714 pps="$(printf %10s $(($(count_perf_packets) / perf_duration)))"1715 info " baseline hash (non-ranged entries): ${pps}pps"1724 pps="$(printf %10s $(($(count_perf_packets) / perf_duration)))"1725 info " baseline rbtree (match on first field only): ${pps}pps"1734 pps="$(printf %10s $(($(count_perf_packets) / perf_duration)))"1736 info " set with ${p5} full, ranged entries: ${pps}pps"
40 __u32 pps; /* Current flow packet rate */ member
Completed in 13 milliseconds