Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/networking/
Dpktgen.rst103 src_mac_count: 0 dst_mac_count: 0
161 pgset "src_mac_count 1" Sets the number of MACs we'll range through.
317 src_mac_count
/Linux-v6.1/net/core/
Dpktgen.c374 __u32 src_mac_count; /* How many MACs to iterate through */ member
633 pkt_dev->src_mac_count, pkt_dev->dst_mac_count); in pktgen_if_show()
1227 if (pkt_dev->src_mac_count != value) { in pktgen_if_write()
1228 pkt_dev->src_mac_count = value; in pktgen_if_write()
1232 pkt_dev->src_mac_count); in pktgen_if_write()
2409 if (pkt_dev->src_mac_count > 1) { in mod_cur_headers()
2414 mc = prandom_u32_max(pkt_dev->src_mac_count); in mod_cur_headers()
2418 pkt_dev->src_mac_count) in mod_cur_headers()