Home
last modified time | relevance | path

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

/Linux-v5.15/net/core/
Dpktgen.c415 unsigned int cflows; /* Concurrent flows (config) */ member
586 seq_printf(seq, " flows: %u flowlen: %u\n", pkt_dev->cflows, in pktgen_if_show()
672 if (!pkt_dev->cflows) in pktgen_if_show()
1577 pkt_dev->cflows = value; in pktgen_if_write()
1578 sprintf(pg_result, "OK: flows=%u", pkt_dev->cflows); in pktgen_if_write()
2321 if (pkt_dev->curfl >= pkt_dev->cflows) in f_pick()
2325 flow = prandom_u32() % pkt_dev->cflows; in f_pick()
2404 if (pkt_dev->cflows) in mod_cur_headers()
2521 if (pkt_dev->cflows && f_seen(pkt_dev, flow)) { in mod_cur_headers()
2550 if (pkt_dev->cflows) { in mod_cur_headers()
[all …]