Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dpktgen.c386 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()
[all …]