Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/networking/
Dpktgen.txt81 src_mac_count: 0 dst_mac_count: 0
129 pgset "src_mac_count 1" Sets the number of MACs we'll range through.
257 src_mac_count
/linux-4.1.27/net/core/
Dpktgen.c341 __u32 src_mac_count; /* How many MACs to iterate through */ member
591 pkt_dev->src_mac_count, pkt_dev->dst_mac_count); in pktgen_if_show()
1109 if (pkt_dev->src_mac_count != value) { in pktgen_if_write()
1110 pkt_dev->src_mac_count = value; in pktgen_if_write()
1114 pkt_dev->src_mac_count); in pktgen_if_write()
2341 if (pkt_dev->src_mac_count > 1) { in mod_cur_headers()
2346 mc = prandom_u32() % pkt_dev->src_mac_count; in mod_cur_headers()
2350 pkt_dev->src_mac_count) in mod_cur_headers()