Home
last modified time | relevance | path

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

/openbmc/linux/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
231 Works with "burst" but not with "clone_skb".
310 clone_skb
/openbmc/linux/net/core/
H A Dpktgen.c311 int clone_skb; /* member
585 pkt_dev->clone_skb, pkt_dev->odevname); in pktgen_if_show()
1059 if (pkt_dev->clone_skb > 0) in pktgen_if_write()
1205 pkt_dev->clone_skb = value; in pktgen_if_write()
1207 sprintf(pg_result, "OK: clone_skb=%d", pkt_dev->clone_skb); in pktgen_if_write()
1299 if (pkt_dev->clone_skb > 0) in pktgen_if_write()
3465 ++pkt_dev->clone_count >= pkt_dev->clone_skb)) { in pktgen_xmit()
3779 pkt_dev->clone_skb = pg_clone_skb_d; in pktgen_add_device()