Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/networking/
Dpktgen.txt98 src_mac_count: 0 dst_mac_count: 0
158 pgset "dst_mac_count 1" Sets the number of MACs we'll range through.
310 dst_mac_count
/Linux-v5.4/net/core/
Dpktgen.c360 __u32 dst_mac_count; /* How many MACs to iterate through */ member
609 pkt_dev->src_mac_count, pkt_dev->dst_mac_count); in pktgen_if_show()
1129 if (pkt_dev->dst_mac_count != value) { in pktgen_if_write()
1130 pkt_dev->dst_mac_count = value; in pktgen_if_write()
1134 pkt_dev->dst_mac_count); in pktgen_if_write()
2328 if (pkt_dev->dst_mac_count > 1) { in mod_cur_headers()
2333 mc = prandom_u32() % pkt_dev->dst_mac_count; in mod_cur_headers()
2338 pkt_dev->dst_mac_count) { in mod_cur_headers()