Home
last modified time | relevance | path

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

/linux-6.15/Documentation/networking/
H A Dpktgen.rst96 frags: 0 delay: 0 clone_skb: 64 ifname: eth4@0
132 pgset "clone_skb 1" sets the number of copies of the same packet
133 pgset "clone_skb 0" use single SKB for all transmits
232 Works with "burst" but not with "clone_skb".
299 However, if the "clone_skb" or "burst" parameters are configured, the skb
321 clone_skb
/linux-6.15/net/core/
H A Dpktgen.c310 int clone_skb; /* member
586 pkt_dev->clone_skb, pkt_dev->odevname); in pktgen_if_show()
1087 if (pkt_dev->clone_skb > 0) in pktgen_if_write()
1234 pkt_dev->clone_skb = value; in pktgen_if_write()
1236 sprintf(pg_result, "OK: clone_skb=%d", pkt_dev->clone_skb); in pktgen_if_write()
1331 if (pkt_dev->clone_skb > 0) in pktgen_if_write()
1375 if (flag == F_SHARED && (pkt_dev->clone_skb || in pktgen_if_write()
3503 int clone_skb = 0; in pktgen_xmit() local
3513 clone_skb = READ_ONCE(pkt_dev->clone_skb); in pktgen_xmit()
3532 ++pkt_dev->clone_count >= clone_skb)) { in pktgen_xmit()
[all …]