Searched refs:cflows (Results 1 - 1 of 1) sorted by relevance

/net/core/
H A Dpktgen.c382 unsigned int cflows; /* Concurrent flows (config) */ member in struct:pktgen_dev
545 seq_printf(seq, " flows: %u flowlen: %u\n", pkt_dev->cflows,
658 if (pkt_dev->cflows) {
1506 pkt_dev->cflows = value;
1507 sprintf(pg_result, "OK: flows=%u", pkt_dev->cflows);
2251 if (pkt_dev->curfl >= pkt_dev->cflows)
2255 flow = prandom_u32() % pkt_dev->cflows;
2334 if (pkt_dev->cflows)
2451 if (pkt_dev->cflows && f_seen(pkt_dev, flow)) {
2480 if (pkt_dev->cflows) {
[all...]

Completed in 7 milliseconds