Home
last modified time | relevance | path

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

/linux/net/core/
H A Dpktgen.c420 unsigned int cflows; /* Concurrent flows (config) */ member
593 seq_printf(seq, " flows: %u flowlen: %u\n", pkt_dev->cflows, in pktgen_if_show()
678 if (!pkt_dev->cflows) in pktgen_if_show()
1635 pkt_dev->cflows = value; in pktgen_if_write()
1636 sprintf(pg_result, "OK: flows=%u", pkt_dev->cflows); in pktgen_if_write()
2386 if (pkt_dev->curfl >= pkt_dev->cflows) in f_pick()
2390 flow = get_random_u32_below(pkt_dev->cflows); in f_pick()
2468 if (pkt_dev->cflows) in mod_cur_headers()
2585 if (pkt_dev->cflows && f_seen(pkt_dev, flow)) { in mod_cur_headers()
2614 if (pkt_dev->cflows) { in mod_cur_headers()
[all …]