Searched defs:pktgen_dev (Results 1 – 1 of 1) sorted by relevance
239 struct pktgen_dev { struct243 struct proc_dir_entry *entry; /* proc file */244 struct pktgen_thread *pg_thread;/* the owner */245 struct list_head list; /* chaining in the thread's run-queue */246 struct rcu_head rcu; /* freed by RCU */248 int running; /* if false, the test will stop */253 __u32 flags;254 int removal_mark; /* non-zero => the device is marked for257 int min_pkt_size;258 int max_pkt_size;[all …]