Lines Matching refs:cflows
386 unsigned int cflows; /* Concurrent flows (config) */ member
549 seq_printf(seq, " flows: %u flowlen: %u\n", pkt_dev->cflows, in pktgen_if_show()
665 if (pkt_dev->cflows) { in pktgen_if_show()
1559 pkt_dev->cflows = value; in pktgen_if_write()
1560 sprintf(pg_result, "OK: flows=%u", pkt_dev->cflows); in pktgen_if_write()
2302 if (pkt_dev->curfl >= pkt_dev->cflows) in f_pick()
2306 flow = prandom_u32() % pkt_dev->cflows; in f_pick()
2385 if (pkt_dev->cflows) in mod_cur_headers()
2502 if (pkt_dev->cflows && f_seen(pkt_dev, flow)) { in mod_cur_headers()
2531 if (pkt_dev->cflows) { in mod_cur_headers()
2625 if (pkt_dev->cflows) { in free_SAs()
2628 for (i = 0; i < pkt_dev->cflows; i++) { in free_SAs()