Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/core/
Dpktgen.c159 __u32 src_mac_count; /* How many MACs to iterate through */ member
349 if (info->src_mac_count > 1) { in mod_cur_headers()
353 mc = net_random() % (info->src_mac_count); in mod_cur_headers()
357 if (info->cur_src_mac_offset > info->src_mac_count) { in mod_cur_headers()
814 info->src_mac_count, info->dst_mac_count); in proc_read()
1079 info->src_mac_count = value; in proc_write()
1080 sprintf(result, "OK: src_mac_count=%d", info->src_mac_count); in proc_write()
/linux-2.4.37.9/Documentation/networking/
Dpktgen.txt31 pgset "src_mac_count 1" Sets the number of MACs we'll range through. The