Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/core/
Dpktgen.c160 __u32 dst_mac_count; /* How many MACs to iterate through */ member
375 if (info->dst_mac_count > 1) { in mod_cur_headers()
379 mc = net_random() % (info->dst_mac_count); in mod_cur_headers()
383 if (info->cur_dst_mac_offset > info->dst_mac_count) { in mod_cur_headers()
814 info->src_mac_count, info->dst_mac_count); in proc_read()
1088 info->dst_mac_count = value; in proc_write()
1089 sprintf(result, "OK: dst_mac_count=%d", info->dst_mac_count); in proc_write()
/linux-2.4.37.9/Documentation/networking/
Dpktgen.txt33 pgset "dst_mac_count 1" Sets the number of MACs we'll range through. The