Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/networking/
H A Dpktgen.rst103 src_mac_count: 0 dst_mac_count: 0
164 pgset "dst_mac_count 1" Sets the number of MACs we'll range through.
318 dst_mac_count
/openbmc/linux/net/core/
H A Dpktgen.c375 __u32 dst_mac_count; /* How many MACs to iterate through */ member
633 pkt_dev->src_mac_count, pkt_dev->dst_mac_count); in pktgen_if_show()
1241 if (pkt_dev->dst_mac_count != value) { in pktgen_if_write()
1242 pkt_dev->dst_mac_count = value; in pktgen_if_write()
1246 pkt_dev->dst_mac_count); in pktgen_if_write()
2434 if (pkt_dev->dst_mac_count > 1) { in mod_cur_headers()
2439 mc = get_random_u32_below(pkt_dev->dst_mac_count); in mod_cur_headers()
2444 pkt_dev->dst_mac_count) { in mod_cur_headers()