Home
last modified time | relevance | path

Searched defs:pktgen_dev (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/net/core/
Dpktgen.c234 struct pktgen_dev { struct
238 struct proc_dir_entry *entry; /* proc file */
239 struct pktgen_thread *pg_thread;/* the owner */
240 struct list_head list; /* chaining in the thread's run-queue */
242 int running; /* if false, the test will stop */
247 __u32 flags;
248 int removal_mark; /* non-zero => the device is marked for
251 int min_pkt_size; /* = ETH_ZLEN; */
252 int max_pkt_size; /* = ETH_ZLEN; */
253 int pkt_overhead; /* overhead for MPLS, VLANs, IPSEC etc */
[all …]