Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dpktgen.c416 unsigned int cflows; /* Concurrent flows (config) */ member
673 if (!pkt_dev->cflows) in pktgen_if_show()
1578 pkt_dev->cflows = value; in pktgen_if_write()
1579 sprintf(pg_result, "OK: flows=%u", pkt_dev->cflows); in pktgen_if_write()
2323 if (pkt_dev->curfl >= pkt_dev->cflows) in f_pick()
2327 flow = get_random_u32_below(pkt_dev->cflows); in f_pick()
2404 if (pkt_dev->cflows) in mod_cur_headers()
2519 if (pkt_dev->cflows && f_seen(pkt_dev, flow)) { in mod_cur_headers()
2547 if (pkt_dev->cflows) { in mod_cur_headers()
2674 if (pkt_dev->cflows) { in free_SAs()
[all …]