Lines Matching refs:cflows
382 unsigned int cflows; /* Concurrent flows (config) */ member
545 seq_printf(seq, " flows: %u flowlen: %u\n", pkt_dev->cflows, in pktgen_if_show()
658 if (pkt_dev->cflows) { in pktgen_if_show()
1509 pkt_dev->cflows = value; in pktgen_if_write()
1510 sprintf(pg_result, "OK: flows=%u", pkt_dev->cflows); in pktgen_if_write()
2257 if (pkt_dev->curfl >= pkt_dev->cflows) in f_pick()
2261 flow = prandom_u32() % pkt_dev->cflows; in f_pick()
2340 if (pkt_dev->cflows) in mod_cur_headers()
2457 if (pkt_dev->cflows && f_seen(pkt_dev, flow)) { in mod_cur_headers()
2486 if (pkt_dev->cflows) { in mod_cur_headers()
2580 if (pkt_dev->cflows) { in free_SAs()
2583 for (i = 0; i < pkt_dev->cflows; i++) { in free_SAs()