Home
last modified time | relevance | path

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

/net/core/
Dpktgen.c376 unsigned int cflows; /* Concurrent flows (config) */ member
539 seq_printf(seq, " flows: %u flowlen: %u\n", pkt_dev->cflows, in pktgen_if_show()
643 if (pkt_dev->cflows) { in pktgen_if_show()
1463 pkt_dev->cflows = value; in pktgen_if_write()
1464 sprintf(pg_result, "OK: flows=%u", pkt_dev->cflows); in pktgen_if_write()
2197 if (pkt_dev->curfl >= pkt_dev->cflows) in f_pick()
2201 flow = prandom_u32() % pkt_dev->cflows; in f_pick()
2272 if (pkt_dev->cflows) in mod_cur_headers()
2389 if (pkt_dev->cflows && f_seen(pkt_dev, flow)) { in mod_cur_headers()
2418 if (pkt_dev->cflows) { in mod_cur_headers()
[all …]