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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dpktgen.c307 __u32 dst_mac_count; /* How many MACs to iterate through */ member in struct:pktgen_dev
642 " src_mac_count: %d dst_mac_count: %d\n",
643 pkt_dev->src_mac_count, pkt_dev->dst_mac_count);
1101 if (!strcmp(name, "dst_mac_count")) {
1107 if (pkt_dev->dst_mac_count != value) {
1108 pkt_dev->dst_mac_count = value;
1111 sprintf(pg_result, "OK: dst_mac_count=%d",
1112 pkt_dev->dst_mac_count);
2122 if (pkt_dev->dst_mac_count > 1) {
2127 mc = random32() % pkt_dev->dst_mac_count;
[all...]

Completed in 40 milliseconds