Lines Matching refs:cflows
416 unsigned int cflows; /* Concurrent flows (config) */
587 seq_printf(seq, " flows: %u flowlen: %u\n", pkt_dev->cflows,
673 if (!pkt_dev->cflows)
1578 pkt_dev->cflows = value;
1579 sprintf(pg_result, "OK: flows=%u", pkt_dev->cflows);
2323 if (pkt_dev->curfl >= pkt_dev->cflows)
2327 flow = get_random_u32_below(pkt_dev->cflows);
2404 if (pkt_dev->cflows)
2519 if (pkt_dev->cflows && f_seen(pkt_dev, flow)) {
2547 if (pkt_dev->cflows) {
2674 if (pkt_dev->cflows) {
2677 for (i = 0; i < pkt_dev->cflows; i++) {