Lines Matching refs:cflows
417 unsigned int cflows; /* Concurrent flows (config) */ member
588 seq_printf(seq, " flows: %u flowlen: %u\n", pkt_dev->cflows, in pktgen_if_show()
674 if (!pkt_dev->cflows) in pktgen_if_show()
1599 pkt_dev->cflows = value; in pktgen_if_write()
1600 sprintf(pg_result, "OK: flows=%u", pkt_dev->cflows); in pktgen_if_write()
2344 if (pkt_dev->curfl >= pkt_dev->cflows) in f_pick()
2348 flow = get_random_u32_below(pkt_dev->cflows); in f_pick()
2425 if (pkt_dev->cflows) in mod_cur_headers()
2540 if (pkt_dev->cflows && f_seen(pkt_dev, flow)) { in mod_cur_headers()
2568 if (pkt_dev->cflows) { in mod_cur_headers()
2695 if (pkt_dev->cflows) { in free_SAs()
2698 for (i = 0; i < pkt_dev->cflows; i++) { in free_SAs()