Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Dpktgen.c415 unsigned int cflows; /* Concurrent flows (config) */ member
674 if (!pkt_dev->cflows) in pktgen_if_show()
1631 pkt_dev->cflows = value; in pktgen_if_write()
1632 sprintf(pg_result, "OK: flows=%u", pkt_dev->cflows); in pktgen_if_write()
2381 if (pkt_dev->curfl >= pkt_dev->cflows) in f_pick()
2385 flow = get_random_u32_below(pkt_dev->cflows); in f_pick()
2461 if (pkt_dev->cflows) in mod_cur_headers()
2576 if (pkt_dev->cflows && f_seen(pkt_dev, flow)) { in mod_cur_headers()
2604 if (pkt_dev->cflows) { in mod_cur_headers()
2729 if (pkt_dev->cflows) { in free_SAs()
[all …]